Compare commits

...

2 Commits

Author SHA1 Message Date
Brieuc Dubois 3839aaa28c beep alias 2024-02-28 08:38:33 +01:00
Brieuc Dubois 6edb728f81 Auth agent 2024-02-28 08:38:07 +01:00
2 changed files with 4 additions and 0 deletions

View File

@ -16,3 +16,5 @@ LOCK="swaylock --screenshots --effect-blur 7x5 --indicator --clock | xargs hyprc
swayidle -w timeout 600 "$LOCK" before-sleep "$LOCK" &
swayidle -w timeout 1200 "systemctl hibernate" &
/usr/lib/polkit-kde-authentication-agent-1 &

View File

@ -34,3 +34,5 @@ cat() {
}
unsetopt BEEP
alias beep="sh -c 'speaker-test -t sine -f 600 > /dev/null & sleep .5 && pkill speaker-test'"