From c07a8df42844c92e82fe4719af047654f52112db Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 19 Apr 2021 12:35:23 +0200 Subject: [PATCH] added comments for shortcuts --- .config/sxhkd/sxhkdrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 469f054..348b3c3 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -145,6 +145,8 @@ XF86MonBrightnessDown xbacklight -dec 16 XF86MonBrightnessUp xbacklight -inc 16 + +# Take a screenshot Print flameshot gui @@ -155,9 +157,12 @@ Print # start firefox super + f firefox +# start Networkmanager dmenu super + w networkmanager_dmenu +# start rofi-bluetooth super + b rofi-bluetooth +# start rofi-calc super + c rofi -show calc -modi calc -no-show-match -no-sort -calc-command "echo -n '{result}' | xclip"