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"