Added dunst controls
This commit is contained in:
parent
d34de67356
commit
20e8d74666
1 changed files with 7 additions and 2 deletions
|
@ -220,9 +220,14 @@ bindsym XF86AudioPrev exec --no-startup-id playerctl previous
|
|||
#bindsym Print exec --no-startup-id flameshot gui -p ~/Pictures/Screenshots
|
||||
#bindsym Shift+Print exec --no-startup-id flameshot full -p ~/Pictures/Screenshots
|
||||
#bindsym Ctrl+Shift+Print exec --no-startup-id flameshot full -c
|
||||
|
||||
bindsym Print exec --no-startup-id grim -g "$(slurp)" - | swappy -f -
|
||||
|
||||
# Dunst
|
||||
bindsym $mod+Mod1+Space dunstctl close
|
||||
bindsym $mod+Mod1+Shift dunstctl close-all
|
||||
bindsym $mod+Mod1+Tab dunstctl history-pop
|
||||
bindsym $mod+Mod1+period dunstctl context
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
#bar {
|
||||
|
|
Loading…
Reference in a new issue