summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rc.org7
1 files changed, 5 insertions, 2 deletions
diff --git a/rc.org b/rc.org
index db76516..dd9ca0a 100644
--- a/rc.org
+++ b/rc.org
@@ -3797,8 +3797,8 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
### Idle configuration
exec swayidle \
- timeout 60 swaylock \
- timeout 120 'swaymsg "output * dpms off"' \
+ timeout 120 swaylock \
+ timeout 180 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep swaylock
@@ -4004,6 +4004,9 @@ bar {
status_command i3status
}
+# font pango: benis uushi 9
+font pango: Ubuntu Mono 9
+
include /etc/sway/config.d/*
#+end_src