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 helvum desktop='9' focus=on follow=on state=floating
|
||||||
bspc rule -a Pavucontrol 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 obs desktop='9' focus=on follow=on
|
||||||
|
bspc rule -a Spotify desktop='7'
|
||||||
|
|
||||||
# spotify smh
|
# spotify smh
|
||||||
bspc config external_rules_command "$XDG_CONFIG_HOME/bspwm/nprogs.sh"
|
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'
|
local install_path = fn.stdpath('data') .. '/site/pack/packer/start/packer.nvim'
|
||||||
|
|
||||||
if fn.empty(fn.glob(install_path)) > 0 then
|
if fn.empty(fn.glob(install_path)) > 0 then
|
||||||
bootstrap_output = fn.system({
|
bootstrap_output = fn.system({
|
||||||
'git',
|
'git',
|
||||||
'clone',
|
'clone',
|
||||||
'--depth', '1',
|
'--depth', '1',
|
||||||
'https://github.com/wbthomason/packer.nvim',
|
'https://github.com/wbthomason/packer.nvim',
|
||||||
install_path
|
install_path
|
||||||
})
|
})
|
||||||
is_bootstrap = true
|
is_bootstrap = true
|
||||||
vim.cmd 'packloadall'
|
vim.cmd 'packloadall'
|
||||||
end
|
end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
is_bootstrap = is_bootstrap,
|
is_bootstrap = is_bootstrap,
|
||||||
bootstrap_output = bootstrap_output,
|
bootstrap_output = bootstrap_output,
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,6 +27,6 @@ expose_apis = 1
|
||||||
|
|
||||||
; DO NOT CHANGE!
|
; DO NOT CHANGE!
|
||||||
[Backup]
|
[Backup]
|
||||||
version = 1.1.84.716.gc5f8b819
|
version = 1.2.13.661.ga588f749
|
||||||
with = 2.10.1
|
with = 2.14.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user