Merge branch 'dev' into thesis
system: restart dwm after switching colors or display layout
This commit is contained in:
commit
69f8be6de1
@ -30,7 +30,7 @@ super + BackSpace
|
||||
slock
|
||||
|
||||
super + shift + d
|
||||
displayselect
|
||||
displayselect && kill -1 $(pidof dwm)
|
||||
|
||||
super + F9
|
||||
kbacklight
|
||||
@ -41,8 +41,8 @@ super + shift + o
|
||||
super + c
|
||||
switch-colors && kill -1 $(pidof dwm)
|
||||
|
||||
super + alt + c
|
||||
switch-colors -s
|
||||
super + shift + c
|
||||
switch-colors -s && kill -1 $(pidof dwm)
|
||||
|
||||
# Others
|
||||
super + Return
|
||||
|
Reference in New Issue
Block a user