From 9d5e7113c5c6ef6920dfa9305f1f22146ddbeb97 Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Tue, 16 Nov 2021 09:22:05 -0700 Subject: [PATCH] Updated sway stuff --- .config/sway/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 56f2c96..74f475c 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -10,6 +10,7 @@ # Please see https://i3wm.org/docs/userguide.html for a complete reference! include /etc/sway/config.d/* +include ~/.config/sway/config.d/* set $mod Mod4 @@ -184,7 +185,7 @@ mode "resize" { ### Custom #bindsym Ctrl+Mod1+l exec --no-startup-id loginctl lock-session -bindsym Ctrl+Mod1+l exec --no-startup-id swaylock +bindsym Ctrl+Mod1+l exec --no-startup-id ~/.config/sway/scripts/lock.sh #bindsym Ctrl+Mod1+l exec --no-startup-id betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10 # Background @@ -198,8 +199,8 @@ bindsym $mod+Ctrl+Right move workspace to output right bindsym $mod+Ctrl+q --release exec --no-startup-id xkill -display $DISPLAY # Screen brightness controls -bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness -bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness +bindsym XF86MonBrightnessUp exec light -A 10 # increase screen brightness +bindsym XF86MonBrightnessDown exec light -U 10 # decrease screen brightness # Touchpad controls #bindsym XF86TouchpadToggle exec /some/path/toggletouchpad.sh # toggle touchpad