about summary refs log tree commit diff
path: root/modules/workstation/windowing/sway/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/windowing/sway/config.in')
-rw-r--r--modules/workstation/windowing/sway/config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/workstation/windowing/sway/config.in b/modules/workstation/windowing/sway/config.in
index a6e09447b7bf..9e0dd49ba83c 100644
--- a/modules/workstation/windowing/sway/config.in
+++ b/modules/workstation/windowing/sway/config.in
@@ -42,6 +42,10 @@ bindsym $mod+backslash exec firefox
 bindsym $mod+BackSpace kill
 bindsym $mod+d exec swaymsg exec "$(choosebin --tiebreak=begin,length,index)"
 
+# Brightness control
+bindsym $mod+F5 exec brightnessctl s 10%-
+bindsym $mod+F6 exec brightnessctl s 10%+
+
 # Drag floating windows by holding down $mod and left mouse button.
 # Resize them with right mouse button + $mod.
 # Despite the name, also works for non-floating windows.