diff options
| author | Zach DeCook <zachdecook@librem.one> | 2025-10-03 11:30:43 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2025-10-03 11:30:43 -0400 |
| commit | b15eccb2c39243611bf843b8fbc8459801a0fdaa (patch) | |
| tree | 279504c191c6ea5bcf5020edd1aa8563309e7225 /.config/hypr/hypridle.conf | |
| parent | 64812f285f1e0736484ac138f55fba32392a41bd (diff) | |
| download | dotfiles-b15eccb2c39243611bf843b8fbc8459801a0fdaa.tar.gz | |
launch swayidle via openrc
Diffstat (limited to '.config/hypr/hypridle.conf')
| -rw-r--r-- | .config/hypr/hypridle.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf new file mode 100644 index 0000000..5890ebc --- /dev/null +++ b/.config/hypr/hypridle.conf @@ -0,0 +1,4 @@ +listener { + timeout = 1800 + on-timeout = hyprctl dispatch dpms off ; hyprctl keyword input:touchdevice:enabled false +} |
