This commit is contained in:
EvilMuffinHa 2022-02-16 20:08:28 -05:00
parent e7f6ed54fb
commit fc06d6f34f
2 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,8 @@ bspc rule -a obs desktop='9' focus=on follow=on
# 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"
# discord smh
betterdiscordctl reinstall
# starting programs # starting programs
udiskie & udiskie &

View File

@ -30,7 +30,9 @@ local lsp_confs = {
["rust-analyzer"] = { ["rust-analyzer"] = {
checkOnSave = { checkOnSave = {
command = "clippy", command = "clippy",
allTargets = false,
}, },
}, },
}, },
}, },