From a66988a6e884273b13a12a85ab80dd08e8a7ce4a Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Fri, 13 Oct 2023 10:43:49 -0400 Subject: Lots of changes --- .config/sxhkd/sxhkdrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.config/sxhkd') 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" -- cgit v1.2.3