summaryrefslogtreecommitdiff
path: root/sway/sway_outputs
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway_outputs')
-rwxr-xr-xsway/sway_outputs6
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;