toggle script & .local/bin support
This commit is contained in:
parent
38e7cddb84
commit
79f275dfcd
6 changed files with 70 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
|||
#restart sxhkd
|
||||
super + alt + x
|
||||
killall -q sxhkd && sleep 1 && sxhkd &
|
||||
killall -q sxhkd && sleep 1 && sxhkd && notify-send "sxhkd restarted &
|
||||
###
|
||||
# LAUNCH APPS
|
||||
###
|
||||
|
@ -34,6 +34,13 @@ super + shift + e
|
|||
$TERMINAL -e nvim -c Ex
|
||||
|
||||
|
||||
# Toggle stuff
|
||||
|
||||
super + ctrl + alt + s
|
||||
toggle redshift -l 44:26
|
||||
super + ctrl + alt + p
|
||||
toggle picom --experimental-backends
|
||||
|
||||
###
|
||||
# MISC
|
||||
###
|
||||
|
@ -50,10 +57,6 @@ super + ctrl + k
|
|||
super + alt + c
|
||||
sleep 1; xset dpms force off
|
||||
|
||||
# Toggle redshift
|
||||
super + alt + s
|
||||
~/.config/bspwm/toggleredshift.sh
|
||||
|
||||
# dmenu display selector
|
||||
super + p
|
||||
~/.config/bspwm/display.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue