Sway : Add scratchpad.
This commit is contained in:
parent
9f11189916
commit
980c631a4b
|
@ -1,4 +1,7 @@
|
||||||
# Volume
|
# Adjust volume.
|
||||||
bindsym XF86AudioRaiseVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ +1%'
|
bindsym XF86AudioRaiseVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ +1%'
|
||||||
bindsym XF86AudioLowerVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ -1%'
|
bindsym XF86AudioLowerVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ -1%'
|
||||||
bindsym XF86AudioMute exec 'pactl set-sink-mute @DEFAULT_SINK@ toggle'
|
bindsym XF86AudioMute exec 'pactl set-sink-mute @DEFAULT_SINK@ toggle'
|
||||||
|
|
||||||
|
# Open sound control.
|
||||||
|
bindsym $mod+p exec 'pavucontrol'
|
||||||
|
|
|
@ -25,3 +25,6 @@ bindsym $mod+Shift+Down move down
|
||||||
bindsym $mod+Shift+Left move left
|
bindsym $mod+Shift+Left move left
|
||||||
bindsym $mod+Shift+Right move right
|
bindsym $mod+Shift+Right move right
|
||||||
bindsym $mod+Shift+Up move up
|
bindsym $mod+Shift+Up move up
|
||||||
|
|
||||||
|
# Focus mouse following.
|
||||||
|
focus_follows_mouse no
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
# You can send windows there and get them back later.
|
# You can send windows there and get them back later.
|
||||||
|
|
||||||
# Move the currently focused window to the scratchpad
|
# Move the currently focused window to the scratchpad
|
||||||
# bindsym $mod+Shift+minus move scratchpad
|
bindsym $mod+shift+Enter move scratchpad
|
||||||
|
|
||||||
# Show the next scratchpad window or hide the focused scratchpad window.
|
# Show the next scratchpad window or hide the focused scratchpad window.
|
||||||
# If there are multiple scratchpad windows, this command cycles through them.
|
# If there are multiple scratchpad windows, this command cycles through them.
|
||||||
# bindsym $mod+minus scratchpad show
|
bindsym $mod+Enter scratchpad show
|
||||||
|
|
Loading…
Reference in a new issue