summaryrefslogtreecommitdiff
path: root/.config/sway
diff options
context:
space:
mode:
authorMehdi Sadeghi <mehdi@mehdix.org>2022-02-21 10:20:00 +0100
committerMehdi Sadeghi <mehdi@mehdix.org>2022-03-12 13:50:56 +0100
commit61a1a18ec6616491a5472b6f94226c8126cf764a (patch)
tree54fbf80beefb54181ea73c59fa0c59de0f5560eb /.config/sway
parenta2a18f7095eb78b6293a7d549e32da91005f65d7 (diff)
Add mutt/rock stuff.
Diffstat (limited to '.config/sway')
-rw-r--r--.config/sway/config10
1 files changed, 5 insertions, 5 deletions
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