mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 23:46:13 +01:00
feat: thor dots merge
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user