sway: refine dunst keybinds, close + close-all
This commit is contained in:
parent
bcccd1cb0b
commit
c3ec03e987
1 changed files with 5 additions and 4 deletions
9
config
9
config
|
@ -212,9 +212,9 @@ gaps right 0
|
||||||
#
|
#
|
||||||
# Move the currently focused window to the scratchpad
|
# Move the currently focused window to the scratchpad
|
||||||
bindsym $mod+Shift+s mark s; move scratchpad
|
bindsym $mod+Shift+s mark s; move scratchpad
|
||||||
bindsym $mod+Shift+z mark z; floating enable; resize set width 1100; resize set height 700; move scratchpad
|
bindsym $mod+Shift+z mark z; floating enable; resize set width 1200; resize set height 700; move scratchpad
|
||||||
bindsym $mod+Shift+x mark x; floating enable; resize set width 1100; resize set height 700; move scratchpad
|
bindsym $mod+Shift+x mark x; floating enable; resize set width 1200; resize set height 700; move scratchpad
|
||||||
bindsym $mod+Shift+c mark c; floating enable; resize set width 1100; resize set height 700; move scratchpad
|
bindsym $mod+Shift+c mark c; floating enable; resize set width 1200; resize set height 700; move scratchpad
|
||||||
bindsym $mod+s [con_mark="s"] scratchpad show
|
bindsym $mod+s [con_mark="s"] scratchpad show
|
||||||
bindsym $mod+z [con_mark="z"] scratchpad show
|
bindsym $mod+z [con_mark="z"] scratchpad show
|
||||||
bindsym $mod+x [con_mark="x"] scratchpad show
|
bindsym $mod+x [con_mark="x"] scratchpad show
|
||||||
|
@ -223,7 +223,8 @@ bindsym $mod+c [con_mark="c"] scratchpad show
|
||||||
#
|
#
|
||||||
# Notifications
|
# Notifications
|
||||||
#
|
#
|
||||||
bindsym $mod+comma exec dunstctl close-all
|
bindsym $mod+comma exec dunstctl close
|
||||||
|
bindsym $mod+Shift+comma exec dunstctl close-all
|
||||||
bindsym $mod+period exec dunstctl history-pop
|
bindsym $mod+period exec dunstctl history-pop
|
||||||
bindsym $mod+Shift+period exec dunstctl set-paused toggle
|
bindsym $mod+Shift+period exec dunstctl set-paused toggle
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue