feat: reserved screen space keybind and pinning windows for watching shows in the background;
refactor: waybar adjustments; refactor: swaync idle inhibitor now handles idle state correctly; feat: rmpc config
This commit is contained in:
14
hypr/scripts/reserved_space.sh
Executable file
14
hypr/scripts/reserved_space.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
FILE="/tmp/reserved_space_enabled"
|
||||
|
||||
if [ ! -e "$FILE" ]; then
|
||||
touch "$FILE"
|
||||
hyprctl --batch "\
|
||||
keyword monitor eDP-1,addreserved,0,0,0,625;"
|
||||
exit
|
||||
fi
|
||||
|
||||
rm "$FILE"
|
||||
hyprctl --batch "\
|
||||
keyword monitor eDP-1,addreserved,0,0,0,0;"
|
||||
Reference in New Issue
Block a user