From f6742657cccea179f6eefeb28286c413291c4171 Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 20 Nov 2025 14:49:33 +0300 Subject: [PATCH] fix tabs --- home/user/.config/sway/autostart.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/user/.config/sway/autostart.conf b/home/user/.config/sway/autostart.conf index 4b9c4b7..3a7b06a 100644 --- a/home/user/.config/sway/autostart.conf +++ b/home/user/.config/sway/autostart.conf @@ -2,8 +2,8 @@ # Sway autostart exec swayidle -w \ - timeout 1800 'swaylock -f' \ - timeout 1805 'swaymsg "output * power off"' \ + timeout 1800 'swaylock -f' \ + timeout 1805 'swaymsg "output * power off"' \ resume 'swaymsg "output * power on"' \ before-sleep 'swaylock -f'