diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc index bcb10a4..70ae03e 100755 --- a/bspwm/bspwmrc +++ b/bspwm/bspwmrc @@ -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" diff --git a/nvim/lua/bootstrap.lua b/nvim/lua/bootstrap.lua index 56caadc..a6ebaa5 100644 --- a/nvim/lua/bootstrap.lua +++ b/nvim/lua/bootstrap.lua @@ -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, } diff --git a/spicetify/config.ini b/spicetify/config.ini index 77060b8..8f39687 100644 --- a/spicetify/config.ini +++ b/spicetify/config.ini @@ -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