added comments for shortcuts

dev-docs
Moritz Böhme 2021-04-19 12:35:23 +02:00
parent aa68182d6e
commit c07a8df428
1 changed files with 5 additions and 0 deletions

View File

@ -145,6 +145,8 @@ XF86MonBrightnessDown
xbacklight -dec 16 xbacklight -dec 16
XF86MonBrightnessUp XF86MonBrightnessUp
xbacklight -inc 16 xbacklight -inc 16
# Take a screenshot
Print Print
flameshot gui flameshot gui
@ -155,9 +157,12 @@ Print
# start firefox # start firefox
super + f super + f
firefox firefox
# start Networkmanager dmenu
super + w super + w
networkmanager_dmenu networkmanager_dmenu
# start rofi-bluetooth
super + b super + b
rofi-bluetooth rofi-bluetooth
# start rofi-calc
super + c super + c
rofi -show calc -modi calc -no-show-match -no-sort -calc-command "echo -n '{result}' | xclip" rofi -show calc -modi calc -no-show-match -no-sort -calc-command "echo -n '{result}' | xclip"