aboutsummaryrefslogtreecommitdiff
path: root/dot-config/sway/config
diff options
context:
space:
mode:
Diffstat (limited to 'dot-config/sway/config')
-rw-r--r--dot-config/sway/config6
1 files changed, 3 insertions, 3 deletions
diff --git a/dot-config/sway/config b/dot-config/sway/config
index d27f90c..b96930d 100644
--- a/dot-config/sway/config
+++ b/dot-config/sway/config
@@ -29,7 +29,7 @@ set $wallpaper ~/.cache/wallpaper
exec [ -f ~/.cache/wallpaper ] || cp /usr/share/backgrounds/sway/*_1920x1080.png ~/.cache/wallpaper
# Processes
-exec brightnessctl --restore
+exec brightnessctl set 40%
exec foot --server
exec mako
exec wlsunset -l 51.5 -L -0.1 -t 3000 -T 6000
@@ -83,8 +83,8 @@ bindsym $mod+Escape exit
bindsym XF86PowerOff exec sudo halt
-bindsym --locked XF86MonBrightnessUp exec brightnessctl --save set +10%
-bindsym --locked XF86MonBrightnessDown exec brightnessctl --save --min-value=10 set 10-%
+bindsym --locked XF86MonBrightnessUp exec brightnessctl set +10% && brightnessctl --save
+bindsym --locked XF86MonBrightnessDown exec brightnessctl --min-value=10 set 10-% && brightnessctl --save
bindsym XF86AudioMute exec wpctl set-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_SINK@ 10%+