diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-13 10:43:49 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-13 10:43:49 -0400 |
commit | a66988a6e884273b13a12a85ab80dd08e8a7ce4a (patch) | |
tree | da3373a6e92b203c132eeb9e61cbeca53915d710 /.config/sxhkd | |
parent | 1d1039dfd58c3295c03f98a1890fb67f1bf98a46 (diff) |
Lots of changes
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 19132b2..b8e5261 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -99,6 +99,9 @@ super + shift + 0 # dwmc setgaps 0 #-# Miscellaneous #-# +## Lock Screen +super + BackSpace + slock ## Quit Current App super + q kill -15 `xdotool getwindowfocus getwindowpid` @@ -144,7 +147,7 @@ XF86WLAN killall nmtui || dropdowntoggle network nmtui ## TUI Audio Mixer (alsamixer) super + p - killall alsamixer || dropdowntoggle audio alsamixer -c 0 + flameshot gui ## TODOs (Todoist.nvim) super + space dropdowntoggle todoist nvim +Todoist @@ -202,7 +205,7 @@ alt + Escape #-# PrintScreen Utilities #-# ## Entire Screen Print - scrot -q 100 -z && notify-send -i "$HOME/.fonts/svg/image.svg" -a Screenshot "Full screenshot completed" + flamehsot gui ## Current window alt + Print scrot -q 100 -u -z && notify-send -i "$HOME/.fonts/svg/image.svg" -a Screenshot "Window screenshot completed" |