From 61a1a18ec6616491a5472b6f94226c8126cf764a Mon Sep 17 00:00:00 2001 From: Mehdi Sadeghi Date: Mon, 21 Feb 2022 10:20:00 +0100 Subject: Add mutt/rock stuff. --- .config/sway/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/sway') diff --git a/.config/sway/config b/.config/sway/config index bb9c126..2e4eb3d 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -4,7 +4,7 @@ set $down j set $up k set $right l set $mod Mod4 -set $term foot +set $term foot-extra # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. @@ -25,10 +25,10 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # # Example configuration: # -exec swayidle -w \ - timeout 300 'swaylock -f -c 000000' \ - timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ - before-sleep 'swaylock -f -c 000000' +#exec swayidle -w \ +# timeout 300 'swaylock -f -c 000000' \ +# timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ +# before-sleep 'swaylock -f -c 000000' # This will lock your screen after 300 seconds of inactivity, then turn off # your displays after another 300 seconds, and turn your screens back on when -- cgit v1.2.3