diff --git a/.config/sway/config b/.config/sway/config index 1047924..4725276 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -75,8 +75,8 @@ input "type:keyboard" { bindsym --locked XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle # Control Brightness - bindsym --locked XF86MonBrightnessDown exec light -T 0.72 - bindsym --locked XF86MonBrightnessUp exec light -T 1.4 + bindsym --locked XF86MonBrightnessDown exec brightnessctl set 10%- + bindsym --locked XF86MonBrightnessUp exec brightnessctl set +10% # Take a screenshot bindsym $mod+p exec grim -g "$(slurp)" - | swappy -f - @@ -154,7 +154,7 @@ input "type:keyboard" { # Sway has a "scratchpad", which is a bag of holding for windows. # 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+minus 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