From 4c4b1e42ce9f69e27bf110ef14d7b27bd6c94063 Mon Sep 17 00:00:00 2001 From: Maciej Sobkowski Date: Tue, 3 Jun 2025 22:35:57 +0200 Subject: sway: add backlight key bindings, small updates --- .config/sway/config | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to '.config/sway') diff --git a/.config/sway/config b/.config/sway/config index af2d37a..59c725f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -99,6 +99,14 @@ exec dunst bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right +# +# Screen brightness: +# + bindsym XF86MonBrightnessDown exec brightnessctl s 5%- + bindsym XF86MonBrightnessUp exec brightnessctl s +5% + + + # # Workspaces: # @@ -141,7 +149,7 @@ exec dunst # Layout stuff: # # You can "split" the current object of your focus with - # $mod+b or $mod+v, for horizontal and vertical splits + # $mod+s or $mod+v, for horizontal and vertical splits # respectively. bindsym $mod+v splith bindsym $mod+s splitv @@ -211,6 +219,6 @@ client.focused "#24283b" "#24283b" "#c0caf5" "#c0caf5" "#2c2 client.focused_inactive "#24283b" "#c0caf5" "#24283b" "#000000" "#999999" client.unfocused "#23242a" "#c0caf5" "#24283b" "#000000" "#999999" -bindsym $mod+Shift+s exec --no-startup-id swaylock -t -e -c 1f1f1f -i ~/.local/lock_2560_2head.png +bindsym $mod+Shift+s exec --no-startup-id swaylock -t -e -c 1f1f1f include ~/.config/sway/`hostname`.conf -- cgit v1.2.3-70-g09d2