This commit is contained in:
2022-06-17 15:47:48 -07:00
parent 7b9d8a637e
commit 0687a5d950
10 changed files with 117 additions and 347 deletions

View File

@@ -164,6 +164,14 @@ exec --no-startup-id /usr/bin/udiskie
# Network Manager tray applet
exec /usr/bin/nm-applet --indicator
# Keepassxc
for_window [class="KeepassXC"] {
move scratchpad
}
exec /usr/bin/keepassxc
exec emacsclient ~/org/tasks.org
# Bluetooth manager tray applet
#exec /usr/bin/blueman-applet
@@ -195,11 +203,11 @@ for_window [app_id="galendae"] floating enable, sticky enable, move position cur
# Idle configuration
exec swayidle -w \
timeout 90 'swaylock -f' \
# timeout 120 'swaymsg "output * dpms off"'
# timeout 600 'swaymsg "output * dpms off"' \
# resume 'swaymsg "output * dpms on"' \
# before-sleep 'swaylock -f'
timeout 120 'swaylock -f' \
timeout 600 'swaymsg "output * dpms off"' \
timeout 15 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \
resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -f'
### Input configuration
#