From 09a75d50fbbfdbe4b5132371757daf3cae87602e Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 1 Dec 2022 13:47:01 +0100 Subject: sway --- sway/config.d/40-sway-shortcuts.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sway/config.d/40-sway-shortcuts.conf (limited to 'sway/config.d/40-sway-shortcuts.conf') diff --git a/sway/config.d/40-sway-shortcuts.conf b/sway/config.d/40-sway-shortcuts.conf new file mode 100644 index 0000000..1fa956d --- /dev/null +++ b/sway/config.d/40-sway-shortcuts.conf @@ -0,0 +1,6 @@ +# vi: ft=i3config + +bindsym $mod+Shift+e exec "wofi --show fb -modi fb:rofi-exit-menu.sh" + +bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s +5% +bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl s 5%- -- cgit v1.2.3