From 52cd8d6f8fa1f5ed4bbd9293fbb8a463e97c3c4f Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 16 Apr 2023 20:07:51 +0100 Subject: the --- .config/sway/config | 11 +++++++---- 1 file 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 -- cgit v1.2.3