diff options
author | xengineering <me@xengineering.eu> | 2022-12-01 17:13:04 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-12-01 17:13:04 +0100 |
commit | dedb1c4ff5bf85a429c9a6a9941b6a23128bc95b (patch) | |
tree | 563994fc4416768ece5d04444c6b44217fe50dec | |
parent | 0dfa4b3346e79558970bbd5d22b66d28bbf554e5 (diff) | |
download | dotfiles-dedb1c4ff5bf85a429c9a6a9941b6a23128bc95b.tar dotfiles-dedb1c4ff5bf85a429c9a6a9941b6a23128bc95b.tar.zst dotfiles-dedb1c4ff5bf85a429c9a6a9941b6a23128bc95b.zip |
Update home monitor setup for Sway
-rw-r--r-- | .config/sway/setups/home | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/sway/setups/home b/.config/sway/setups/home index a1475a0..9db5d86 100644 --- a/.config/sway/setups/home +++ b/.config/sway/setups/home @@ -4,12 +4,12 @@ # Use `swaymsg -t get_outputs` to list monitors # left monitor -output DP-5 resolution 1920x1080 position 0,0 -workspace 1 output DP-5 +output DP-3 resolution 1920x1080 position 0,0 +workspace 1 output DP-3 # right monitor -output DP-3 resolution 1920x1080 position 1920,0 -workspace 2 output DP-3 +output DP-5 resolution 1920x1080 position 1920,0 +workspace 2 output DP-5 # lower monitor output eDP-1 resolution 1920x1080 position 1920,1080 |