Compare commits

...

2 commits

Author SHA1 Message Date
6ecee50af9 added screenshot hotkey 2024-04-08 12:03:39 +02:00
771b9048b4 updated nvim config 2024-04-08 12:03:18 +02:00
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit d2309ca00ad0a6cc77ad2354547f6f81a1e0026e
Subproject commit b019fc12d24c3fefe3c29d1c236ef80c9dab4745

View file

@ -116,6 +116,8 @@ 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 XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle
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+s split v
bindsym $mod+a focus parent