mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-14 23:11:50 +08:00
7 lines
204 B
Bash
7 lines
204 B
Bash
|
if hyprctl monitors | grep "Lectron Company Ltd LECOO M2412HL GG30A137" &>/dev/null
|
||
|
then
|
||
|
hyprctl keyword monitor "eDP-1, disable"
|
||
|
else
|
||
|
hyprctl keyword monitor "eDP-1, 2560x1440@90, auto, auto"
|
||
|
fi
|