1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +01:00

updated display config work

This commit is contained in:
eoli3n 2023-11-03 16:37:47 +01:00
parent 62d13faa6b
commit 4f6f89abb8
2 changed files with 16 additions and 10 deletions

@ -2,19 +2,25 @@
displays: displays:
- name: laptop - name: laptop
id: eDP-1 id: eDP-1
x: 0 x: 5760
y: 920 y: 720
mode: 1920x1080 mode: 1920x1080
scale: 1.4 scale: 1.6
- name: screen1 - name: screen1
id: DP-3 id: DP-7
x: 1280 x: 0
y: 0 y: 0
mode: 1920x1080 mode: 1920x1080
scale: 1 scale: 1
- name: screen2 - name: screen2
id: DP-4 id: DP-5
mode: 1920x1080 mode: 1920x1080
x: 3200 x: 1920
y: 0
scale: 1
- name: screen2
id: DP-6
mode: 1920x1080
x: 3840
y: 0 y: 0
scale: 1 scale: 1

@ -12,9 +12,9 @@ bindswitch --reload lid:on output $laptop disable
bindswitch --reload lid:off output $laptop enable bindswitch --reload lid:off output $laptop enable
# assign workspace to screens # assign workspace to screens
workspace $tag1 output $screen1 workspace $tag1 output $screen2
workspace $tag2 output $screen1 workspace $tag2 output $screen2
workspace $tag3 output $screen2 workspace $tag3 output $screen3
workspace $tag4 output $laptop workspace $tag4 output $laptop
workspace $tag5 output $screen2 workspace $tag5 output $screen2
workspace $tag6 output $screen2 workspace $tag6 output $screen2