aboutsummaryrefslogtreecommitdiff
path: root/.config/sway
diff options
context:
space:
mode:
authorMaciej Sobkowski <maciej@sobkow.ski>2025-06-03 22:35:57 +0200
committerMaciej Sobkowski <maciej@sobkow.ski>2025-06-03 22:35:57 +0200
commit4c4b1e42ce9f69e27bf110ef14d7b27bd6c94063 (patch)
treefb2d24aa5b421824ef7017454182ca901833c229 /.config/sway
parent33dc76c38905b5c06d068a2ff1cf0a87a63b1e77 (diff)
sway: add backlight key bindings, small updates
Diffstat (limited to '.config/sway')
-rw-r--r--.config/sway/config12
1 files changed, 10 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config
index af2d37a..59c725f 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -100,6 +100,14 @@ exec dunst
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:
#
set $ws1 "1.www"
@@ -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