diff options
Diffstat (limited to '.config/sway/config')
-rw-r--r-- | .config/sway/config | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.config/sway/config b/.config/sway/config index 77dad32..b915aed 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -69,7 +69,7 @@ input * { # Basics: # # Start a terminal - bindsym $mod+Return exec $term + bindsym $mod+Return exec exec $term # Kill focused window bindsym $mod+Shift+q kill @@ -243,9 +243,12 @@ set $lock swaylock -f --indicator-radius 400 --indicator-thickness 20 --ring-col bindsym $mod+o exec $lock bindsym $mod+Shift+o exec $lock && zzz -bindsym XF86AudioRaiseVolume exec 'amixer set Master 5%+' -bindsym XF86AudioLowerVolume exec 'amixer set Master 5%-' -bindsym XF86AudioMute exec 'amixer set Master toggle' +bindsym XF86AudioRaiseVolume exec 'amixer set Master 5%+' +bindsym XF86AudioLowerVolume exec 'amixer set Master 5%-' +bindsym XF86AudioMute exec 'amixer set Master toggle' + +bindsym XF86MonBrightnessUp exec 'brightnessctl --min-value=500 s +10%' +bindsym XF86MonBrightnessDown exec 'brightnessctl --min-value=500 s 10%-' client.focused #663399 #663399 #ffffff |