From bffd96138125454c39dfce391c2ec7f36946de8a Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sun, 8 May 2022 20:03:16 -0500 Subject: Tweaks --- sway/sway_outputs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sway/sway_outputs') 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; -- cgit v1.2.3