diff options
author | ubq323 <ubq323@ubq323.website> | 2023-04-16 20:07:51 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-04-16 20:07:51 +0100 |
commit | 52cd8d6f8fa1f5ed4bbd9293fbb8a463e97c3c4f (patch) | |
tree | 2c26b1fc468ea9d78fd485f8825f9cc32f99a90a | |
parent | cec144c5328dea242767031c08ed30700b893590 (diff) |
the
-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 |