I3 to Sway #1
1 changed files with 6 additions and 2 deletions
|
@ -14,7 +14,6 @@ set $mod Mod4
|
|||
|
||||
# Displays
|
||||
set $display1 HDMI-A-3
|
||||
set $display2 DP-1
|
||||
|
||||
# Workspaces
|
||||
set $wksp1 "1: Main"
|
||||
|
@ -65,7 +64,6 @@ set $modalHeight 800
|
|||
|
||||
# Screens definitions
|
||||
output $display1 resolution 2560x1080@75Hz position 0,0 adaptive_sync on
|
||||
output $display2 resolution 1920x1080@75Hz position 2560,0
|
||||
|
||||
|
||||
### Gnome settings
|
||||
|
@ -259,6 +257,12 @@ mode "resize" {
|
|||
workspace $wksp1 output $display1
|
||||
|
||||
|
||||
### Default workspace layout
|
||||
#
|
||||
|
||||
workspace_layout tabbed
|
||||
|
||||
|
||||
### Status Bar:
|
||||
#
|
||||
|
||||
|
|
Loading…
Reference in a new issue