From a96c3076889beacd4e5d15b33dfed3fdefd0cbe8 Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 10 Jan 2023 01:25:26 +0100 Subject: [PATCH] maimpick: added sxhkd key --- .config/sxhkd/sxhkdrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index e7cc7ce..47d0fa6 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -6,6 +6,8 @@ super + f $TERMINAL -e $FILE super + m thunderbird +super + x + pkill -usr1 -x sxhkd; notify-send 'sxhkd' 'Reloaded config' super + shift + r dmenu_run -c -l 20 super + F5 @@ -24,6 +26,9 @@ super + F11 prompt "Shutdown computer?" "sudo -A shutdown -h now" super + F12 prompt "Reboot computer?" "sudo -A reboot now" +super + Print + maimpick + XF86Launch1 xset dpms force off XF86AudioMute @@ -38,3 +43,4 @@ XF86MonBrightnessDown light -U 15 XF86MonBrightnessUp light -A 15 +