Merge branch 'main' of gitlab.com:blankinator/dotfiles

This commit is contained in:
2022-01-23 23:26:42 +01:00
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)"