diff --git a/module/sway/module/10-Volume b/module/sway/module/10-Volume index 641f3fe..e55afcb 100644 --- a/module/sway/module/10-Volume +++ b/module/sway/module/10-Volume @@ -1,4 +1,7 @@ -# Volume +# Adjust volume. bindsym XF86AudioRaiseVolume 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' + +# Open sound control. +bindsym $mod+p exec 'pavucontrol' diff --git a/module/sway/module/20-Navigation b/module/sway/module/20-Navigation index 7538c29..61ac8a9 100644 --- a/module/sway/module/20-Navigation +++ b/module/sway/module/20-Navigation @@ -25,3 +25,6 @@ bindsym $mod+Shift+Down move down bindsym $mod+Shift+Left move left bindsym $mod+Shift+Right move right bindsym $mod+Shift+Up move up + +# Focus mouse following. +focus_follows_mouse no diff --git a/module/sway/module/20-ScratchPad b/module/sway/module/20-ScratchPad index d793064..2a50fb8 100644 --- a/module/sway/module/20-ScratchPad +++ b/module/sway/module/20-ScratchPad @@ -2,8 +2,8 @@ # You can send windows there and get them back later. # 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. # If there are multiple scratchpad windows, this command cycles through them. -# bindsym $mod+minus scratchpad show +bindsym $mod+Enter scratchpad show