kanshi, python swayidle, zsh title

This commit is contained in:
2021-07-18 13:34:20 +02:00
parent a6f071cce2
commit 5a57229dc9
17 changed files with 178 additions and 30 deletions

11
.config/sway/idle.yml Normal file
View File

@ -0,0 +1,11 @@
---
debug: false
wait: true
timeouts:
- timeout: 300
command: 'swaylock -f -c 000000'
- timeout: 600
command: 'swaymsg "output * dpms off"'
resume: 'swaymsg "output * dpms on"'
before-sleep: 'swaylock -f -c 000000'