Compare commits

..

2 commits

Author SHA1 Message Date
b93702db18
updated nvim 2024-11-10 17:37:25 +01:00
4d38e66b99
added comment to find hotkey more easily 2024-11-10 17:34:59 +01:00
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit e588d10b01c1bd9ba4d249d4ebc840f53a0c6a66 Subproject commit b6b7d0bdc2853a2b51acaba8df39132ed6010fd0

View file

@ -116,6 +116,7 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5%
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle
# screenshot
bindsym Print exec "mkdir -p screenshots;slurp | grim -g - $HOME/screenshots/$(date +'%d-%m-%Y_%H-%M-%S').png" bindsym Print exec "mkdir -p screenshots;slurp | grim -g - $HOME/screenshots/$(date +'%d-%m-%Y_%H-%M-%S').png"
bindsym $mod+v split h bindsym $mod+v split h