dotfiles update

This commit is contained in:
EvilMuffinHa 2023-08-29 17:34:37 -04:00
parent bbdfc9bae4
commit e02f6ef322
3 changed files with 14 additions and 13 deletions

View File

@ -67,6 +67,7 @@ bspc rule -a Element desktop='8'
bspc rule -a helvum desktop='9' focus=on follow=on state=floating
bspc rule -a Pavucontrol desktop='9' focus=on follow=on state=floating
bspc rule -a obs desktop='9' focus=on follow=on
bspc rule -a Spotify desktop='7'
# spotify smh
bspc config external_rules_command "$XDG_CONFIG_HOME/bspwm/nprogs.sh"

View File

@ -6,18 +6,18 @@ local bootstrap_output = ''
local install_path = fn.stdpath('data') .. '/site/pack/packer/start/packer.nvim'
if fn.empty(fn.glob(install_path)) > 0 then
bootstrap_output = fn.system({
'git',
'clone',
'--depth', '1',
'https://github.com/wbthomason/packer.nvim',
install_path
})
is_bootstrap = true
vim.cmd 'packloadall'
bootstrap_output = fn.system({
'git',
'clone',
'--depth', '1',
'https://github.com/wbthomason/packer.nvim',
install_path
})
is_bootstrap = true
vim.cmd 'packloadall'
end
return {
is_bootstrap = is_bootstrap,
bootstrap_output = bootstrap_output,
is_bootstrap = is_bootstrap,
bootstrap_output = bootstrap_output,
}

View File

@ -27,6 +27,6 @@ expose_apis = 1
; DO NOT CHANGE!
[Backup]
version = 1.1.84.716.gc5f8b819
with = 2.10.1
version = 1.2.13.661.ga588f749
with = 2.14.0