diff options
author | xengineering <me@xengineering.eu> | 2024-03-12 16:06:01 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-03-12 16:06:01 +0100 |
commit | 1b216f0f8f95a16dcb6935ff19a3dab0e98c9f83 (patch) | |
tree | a16cdc05eb6eb8b5e3476d7eb9e997f6dc437cad | |
parent | 55a459fe9eb07e973d7abd54a2f5ce8b3dc2efb5 (diff) | |
download | dotfiles-1b216f0f8f95a16dcb6935ff19a3dab0e98c9f83.tar dotfiles-1b216f0f8f95a16dcb6935ff19a3dab0e98c9f83.tar.zst dotfiles-1b216f0f8f95a16dcb6935ff19a3dab0e98c9f83.zip |
sway: Fix home setup
-rw-r--r-- | sway/setups/home | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sway/setups/home b/sway/setups/home index a131022..726d96a 100644 --- a/sway/setups/home +++ b/sway/setups/home @@ -4,15 +4,15 @@ # Use `swaymsg -t get_outputs` to list monitors # left monitor -output DP-3 resolution 1920x1080 position 0,0 -workspace 1 output DP-3 -input 1386:830:Wacom_Intuos_PT_M_2_Pen map_to_output DP-3 -input 1386:830:Wacom_Intuos_PT_M_2_Finger map_to_output DP-3 -input 1386:830:Wacom_Intuos_PT_M_2_Pad map_to_output DP-3 +output DP-5 resolution 1920x1080 position 0,0 +workspace 1 output DP-5 +input 1386:830:Wacom_Intuos_PT_M_2_Pen map_to_output DP-5 +input 1386:830:Wacom_Intuos_PT_M_2_Finger map_to_output DP-5 +input 1386:830:Wacom_Intuos_PT_M_2_Pad map_to_output DP-5 # right monitor -output DP-5 resolution 1920x1080 position 1920,0 -workspace 2 output DP-5 +output DP-3 resolution 1920x1080 position 1920,0 +workspace 2 output DP-3 # lower monitor output eDP-1 resolution 1920x1080 position 1920,1080 |