added comment to find hotkey more easily
This commit is contained in:
parent
c2361f1de8
commit
4d38e66b99
1 changed files with 1 additions and 0 deletions
|
|
@ -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 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 $mod+v split h
|
||||
|
|
|
|||
Loading…
Reference in a new issue