2 files changed,
23 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-04-19 03:41:12 +0300
Parent:
2ef648e
jump to
| A | config/awatcher/config.toml |
| M | config/hypr/hyprland.conf |
A
config/awatcher/config.toml
··· 1 +[server] 2 +host = "localhost" 3 +port = 5600 4 + 5 +[awatcher] 6 +idle-timeout-seconds=120 7 +poll-time-idle-seconds=5 8 +poll-time-window-seconds=1 9 + 10 +[[awatcher.filters]] 11 +match-app-id = "Spotify" 12 +replace-app-id = "Spotify" 13 + 14 +[[awatcher.filters]] 15 +match-app-id = "org.pwmt.zathura" 16 +replace-app-id = "Zathura" 17 + 18 +[[awatcher.filters]] 19 +match-app-id = "Brave-browser" 20 +replace-title = "Brave"
M
config/hypr/hyprland.conf
··· 18 18 exec-once = swayidle -w timeout 120 '$lock' timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lock' 19 19 exec-once = wlsunset -S 10:00 -s 19:00 20 20 exec-once = ~/.config/hypr/bat.sh 21 + 22 +exec-once = /home/olex/code/awatcher/target/release/awatcher 23 +exec-once = /home/olex/code/awatcher/target/release/aw-server 21 24 # }}} 22 25 # inputs {{{ 23 26 input {