diff options
| author | tslil clingman <tslil@posteo.net> | 2022-05-08 20:03:16 -0500 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.net> | 2022-05-08 20:04:28 -0500 |
| commit | bffd96138125454c39dfce391c2ec7f36946de8a (patch) | |
| tree | 4c0a8c91996c5c00ab89a6885aaa9bf2d6934d80 /sway/sway_outputs | |
| parent | 945a07e76640f050876dff3568c93954d1181f9f (diff) | |
Tweaks
Diffstat (limited to 'sway/sway_outputs')
| -rwxr-xr-x | sway/sway_outputs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sway/sway_outputs b/sway/sway_outputs index e8c8505..98cabce 100755 --- a/sway/sway_outputs +++ b/sway/sway_outputs @@ -1,9 +1,9 @@ #!/bin/sh -at_home=$(swaymsg -t get_outputs | grep 'TH7AA0012451') +at_home=$(swaymsg -t get_outputs | grep 'CB242Y') if [ -n "$at_home" ]; then - swaymsg output VGA-1 enable scale 1.5 - swaymsg output LVDS-1 disable + swaymsg output HDMI-A-1 enable scale 1 + swaymsg output eDP-1 disable swaymsg workspace number 1 fi; |
