buncha2
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user