feat: thor dots merge

This commit is contained in:
2024-10-26 14:09:05 +02:00
parent 22a6ef026d
commit 1d6e38d455
10 changed files with 18 additions and 25 deletions

View File

@@ -7,7 +7,6 @@ swww-daemon &
fcitx5 -d &
kanata -c ~/.config/kanata/config.kbd &
waybar &
flameshot &
awatcher-bundle &
/usr/lib/mate-polkit/polkit-mate-authentication-agent-1 & disown
@@ -19,3 +18,4 @@ ff2mpv-rust &
# A=/usr/lib$L/seahorse/seahorse-ssh-askpass
# [[ -x $A ]] && export SSH_ASKPASS=$A && break
# done

View File

@@ -25,8 +25,9 @@ listener {
listener {
timeout = 900 # 15min
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
on-timeout = systemctl hibernate
# on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
# on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
}
# listener {

View File

@@ -1,2 +1,2 @@
#!/bin/bash
grim -o HDMI-A-1 /tmp/screenshot-0.png && grim -o DP-1 /tmp/screenshot-1.png && grim -o DP-2 /tmp/screenshot-2.png && (pidof hyprlock || hyprlock)
grim /tmp/screenshot-0.png && (pidof hyprlock || hyprlock)