feat: add user script tracking
This commit is contained in:
6
scripts/hypridle-launch
Executable file
6
scripts/hypridle-launch
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ -f /run/eco_mode ]; then
|
||||
exec hypridle -c ~/.config/hypr/hypridle-eco.conf
|
||||
else
|
||||
exec hypridle -c ~/.config/hypr/hypridle.conf
|
||||
fi
|
||||
Reference in New Issue
Block a user