small changes and improvements

This commit is contained in:
2022-01-19 15:00:45 +01:00
parent d992344855
commit 6de625c34a
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -87,6 +87,9 @@ bindsym $mod+Shift+f exec "polybar-msg cmd toggle"
bindsym $mod+Print exec "flameshot full -c"
bindsym $mod+Ctrl+Print exec "flameshot gui"
# start screenrecording
bindsym $mod+Ctrl+Shift+Print exec --no-startup-id simplescreenrecorder --start-hidden --start-recording
# Screen brightness controls
bindsym XF86MonBrightnessUp exec "light -A 5; notify-send Brightness set to $(light)"
bindsym XF86MonBrightnessDown exec "light -U 5; notify-send Brightness set to $(light)"