dotfiles update
This commit is contained in:
parent
bbdfc9bae4
commit
e02f6ef322
|
@ -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"
|
||||
|
|
|
@ -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,
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user