mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-05 04:18:55 -05:00
joystickwake moved into sway instead of system
This commit is contained in:
parent
df7e376eaf
commit
6f1550dd1a
3 changed files with 2 additions and 1 deletions
|
|
@ -26,6 +26,7 @@
|
|||
grim
|
||||
slurp
|
||||
swappy
|
||||
joystickwake
|
||||
];
|
||||
};
|
||||
programs.dconf.enable = true;
|
||||
|
|
|
|||
|
|
@ -117,7 +117,6 @@
|
|||
gamemode
|
||||
r2modman
|
||||
vintagestory
|
||||
joystickwake
|
||||
]
|
||||
else []
|
||||
)
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|||
###################
|
||||
|
||||
exec swayidle -w timeout 300 'hyprlock'
|
||||
exec joystickwake # prevent screen sleep on joystick input
|
||||
|
||||
set $lock 'hyprlock'
|
||||
bindswitch --reload --locked lid:on exec $lock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue