Add alt+f4 to sxhkd, update polybar scripts

This commit is contained in:
Smirnov Alexandr 2021-03-25 11:08:58 +02:00
parent 351fd863ac
commit 946566abc6
8 changed files with 27 additions and 22 deletions

View file

@ -1,13 +1,13 @@
#!/bin/sh
###== Functions
A() {
A() { # AutoStart
if ! pgrep $1
then $@& fi
}
C() {
C() { # BSPWM config
bspc config $@
}
R() {
R() { # BSPWM rule
bspc rule -a $@
}
@ -41,7 +41,6 @@ C urgent_border_color "#FF6C6B"
###== BSPWM Rules
R kitty desktop='^1' focus=on follow=on
R Google-chrome desktop='^2' focus=on follow=on
R LibreWolf desktop='^2' focus=on follow=on
R Code desktop='^3' focus=on follow=on
R '*:nvim' desktop='^3' focus=on follow=off
R Todoist desktop='^4' focus=on follow=off