diff options
| author | Josh Ott <josh@ottmail.me> | 2025-12-17 14:34:36 -0500 |
|---|---|---|
| committer | Josh Ott <josh@ottmail.me> | 2025-12-17 14:34:36 -0500 |
| commit | 710c4c12fcc44e3fecb45b637a0b8d0036b2c199 (patch) | |
| tree | 4ffd3f24cf7e9f1ed66f8c508af06c3ddac29cc8 /.config/sway/config | |
| parent | 441ad2418ee3768c03e42478b6d86c191f2cd507 (diff) | |
| download | dotfiles-710c4c12fcc44e3fecb45b637a0b8d0036b2c199.tar.gz dotfiles-710c4c12fcc44e3fecb45b637a0b8d0036b2c199.zip | |
swaylock
Diffstat (limited to '.config/sway/config')
| -rw-r--r-- | .config/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index c0ef8d1..56ecfc6 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -32,7 +32,7 @@ exec swayidle \ timeout 300 'swaylock' \ timeout 600 'swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on"' \ - before-sleep 'swaylock --grace 0' + before-sleep 'swaylock' ### Input configuration @@ -223,7 +223,7 @@ for_window [class="vimscape"] floating enable; resize set 30 ppt 25 ppt; move do assign [class="^discord"] workspace number 8 assign [class="^Slack"] workspace number 8 assign [app_id="^thunderbird"] workspace number 8 -assign [class="^feishin"] workspace number 9 +assign [app_id="^feishin"] workspace number 9 assign [app_id="keepassxc"] workspace number 10 # Launch on startup |