Skip to content

Commit

Permalink
Add vertical monitor to sway config
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Jul 22, 2024
1 parent 2f9c721 commit 7763054
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
6 changes: 5 additions & 1 deletion Dotfiles/Sway/nwg-panel-config
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,11 @@
"3",
"4",
"5",
"6"
"6",
"7",
"8",
"9",
"10"
],
"custom-labels": [],
"focused-labels": [],
Expand Down
13 changes: 10 additions & 3 deletions Dotfiles/Sway/sway-config
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ bindsym Mod4+Shift+r restart

# Screen
#Desktop
output HDMI-A-1 res 1920x1080@165Hz pos 0 0
output DP-1 res 1920x1080@165Hz pos 1920 0
output HDMI-A-1 res 1920x1080@165Hz pos 0 0
output DP-2 res 1920x1080@165Hz pos 3840 0
output DP-2 transform 270
set $primary "DP-1"
set $secondary "HDMI-A-1"
set $vertical "DP-2"

#Laptop
#output eDP-1 res 2560x1600@165Hz pos 0 0 scale 1.25
Expand Down Expand Up @@ -75,8 +78,12 @@ workspace "1" output $primary
workspace "2" output $primary
workspace "3" output $primary
workspace "4" output $primary
workspace "5" output $secondary
workspace "6" output $secondary
workspace "5" output $primary
workspace "6" output $primary
workspace "7" output $secondary
workspace "8" output $secondary
workspace "9" output $vertical
workspace "10" output $vertical

### Gaps

Expand Down

0 comments on commit 7763054

Please sign in to comment.