summaryrefslogtreecommitdiff
path: root/sway/sway_outputs
diff options
context:
space:
mode:
authortslil clingman <>2022-04-06 16:20:11 -0400
committertslil clingman <>2022-04-06 16:20:11 -0400
commit4af79f764d31692ce5146f5c9a00355c3b35f654 (patch)
tree28d657b7f648c376deecb7bcf6ca4dba2dc7779c /sway/sway_outputs
parentc5224d827b34b9f63b5028d8ab4730cdf0b182b6 (diff)
parent0b4aa5db57f3572feb97cadc61db3f69665989c8 (diff)
Merge branch 'master' of git.sr.ht:~tslil/dotfiles
Diffstat (limited to 'sway/sway_outputs')
-rwxr-xr-xsway/sway_outputs9
1 files changed, 9 insertions, 0 deletions
diff --git a/sway/sway_outputs b/sway/sway_outputs
new file mode 100755
index 0000000..e8c8505
--- /dev/null
+++ b/sway/sway_outputs
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+at_home=$(swaymsg -t get_outputs | grep 'TH7AA0012451')
+
+if [ -n "$at_home" ]; then
+ swaymsg output VGA-1 enable scale 1.5
+ swaymsg output LVDS-1 disable
+ swaymsg workspace number 1
+fi;