chore: change scaling for laptop monitor
This commit is contained in:
parent
d7103b0a00
commit
3e16e02840
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if grep open /proc/acpi/button/lid/LID/state; then
|
||||
hyprctl keyword monitor "eDP-1, 1920x1080, 0x0, 1"
|
||||
hyprctl keyword monitor "eDP-1, 1920x1080, 0x0, 1.5"
|
||||
else
|
||||
if [[ $(hyprctl monitors | grep -c "Monitor") != 1 ]]; then
|
||||
hyprctl keyword monitor "eDP-1, disable"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue