diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2025-02-09 10:54:12 -0500 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2025-02-09 10:54:12 -0500 |
| commit | 143847c01930c4e7e0283c019002a95193175557 (patch) | |
| tree | 99a6a9462a496f8abef875331c29836b18b31780 /bin/clamshell-toggle | |
| parent | 78efc3eb493b40ad2f79408a47bb873b5eea9db0 (diff) | |
many things.
Diffstat (limited to 'bin/clamshell-toggle')
| -rwxr-xr-x | bin/clamshell-toggle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/clamshell-toggle b/bin/clamshell-toggle index 12997e9..54496e0 100755 --- a/bin/clamshell-toggle +++ b/bin/clamshell-toggle @@ -1,6 +1,6 @@ #!/usr/bin/bash if grep -q open /proc/acpi/button/lid/LID0/state; then - swaymsg output eDP-1 enable + swaymsg output eDP-2 enable else - swaymsg output eDP-1 disable + swaymsg output eDP-2 disable fi |
