Autorotate + Suspend change

This commit is contained in:
Aleksandr Lebedev 2026-02-06 15:58:35 +01:00
parent d0fc98ca4f
commit 0eb1620a5a
4 changed files with 46 additions and 7 deletions

View file

@ -280,7 +280,11 @@ spawn-sh-at-startup "kunifiedpush-distributor"
spawn-sh-at-startup "wl-paste --watch cliphist store &"
spawn-sh-at-startup "nextcloud --background"
spawn-sh-at-startup "wvkbd --hidden || notify-send 'wvkbd crashed'"
spawn-sh-at-startup "lisgd || notify-send 'lisgd crashed'"
spawn-sh-at-startup "lisgd"
spawn-sh-at-startup "autorotate.sh"
spawn-sh-at-startup "start-searxng.sh"
spawn-sh-at-startup "/usr/libexec/hyprpolkitagent"
spawn-sh-at-startup "hypridle"
config-notification {
disable-failed
@ -630,6 +634,10 @@ binds {
Mod+Shift+P { power-off-monitors; }
}
recent-windows {
off //disables Alt+Tab behaviour
}
cursor {
hide-after-inactive-ms 10000
}