Compare commits
2 Commits
b9475850d4
...
3839aaa28c
Author | SHA1 | Date |
---|---|---|
Brieuc Dubois | 3839aaa28c | |
Brieuc Dubois | 6edb728f81 |
|
@ -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 600 "$LOCK" before-sleep "$LOCK" &
|
||||||
swayidle -w timeout 1200 "systemctl hibernate" &
|
swayidle -w timeout 1200 "systemctl hibernate" &
|
||||||
|
|
||||||
|
/usr/lib/polkit-kde-authentication-agent-1 &
|
||||||
|
|
|
@ -34,3 +34,5 @@ cat() {
|
||||||
}
|
}
|
||||||
|
|
||||||
unsetopt BEEP
|
unsetopt BEEP
|
||||||
|
|
||||||
|
alias beep="sh -c 'speaker-test -t sine -f 600 > /dev/null & sleep .5 && pkill speaker-test'"
|
||||||
|
|
Loading…
Reference in New Issue