Compare commits
2 commits
c2361f1de8
...
b93702db18
| Author | SHA1 | Date | |
|---|---|---|---|
| b93702db18 | |||
| 4d38e66b99 |
2 changed files with 2 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit e588d10b01c1bd9ba4d249d4ebc840f53a0c6a66
|
||||
Subproject commit b6b7d0bdc2853a2b51acaba8df39132ed6010fd0
|
||||
|
|
@ -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