mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 06:51:58 +01:00
updated display config work
This commit is contained in:
parent
62d13faa6b
commit
4f6f89abb8
@ -2,19 +2,25 @@
|
||||
displays:
|
||||
- name: laptop
|
||||
id: eDP-1
|
||||
x: 0
|
||||
y: 920
|
||||
x: 5760
|
||||
y: 720
|
||||
mode: 1920x1080
|
||||
scale: 1.4
|
||||
scale: 1.6
|
||||
- name: screen1
|
||||
id: DP-3
|
||||
x: 1280
|
||||
id: DP-7
|
||||
x: 0
|
||||
y: 0
|
||||
mode: 1920x1080
|
||||
scale: 1
|
||||
- name: screen2
|
||||
id: DP-4
|
||||
id: DP-5
|
||||
mode: 1920x1080
|
||||
x: 3200
|
||||
x: 1920
|
||||
y: 0
|
||||
scale: 1
|
||||
- name: screen2
|
||||
id: DP-6
|
||||
mode: 1920x1080
|
||||
x: 3840
|
||||
y: 0
|
||||
scale: 1
|
||||
|
@ -12,9 +12,9 @@ bindswitch --reload lid:on output $laptop disable
|
||||
bindswitch --reload lid:off output $laptop enable
|
||||
|
||||
# assign workspace to screens
|
||||
workspace $tag1 output $screen1
|
||||
workspace $tag2 output $screen1
|
||||
workspace $tag3 output $screen2
|
||||
workspace $tag1 output $screen2
|
||||
workspace $tag2 output $screen2
|
||||
workspace $tag3 output $screen3
|
||||
workspace $tag4 output $laptop
|
||||
workspace $tag5 output $screen2
|
||||
workspace $tag6 output $screen2
|
||||
|
Loading…
Reference in New Issue
Block a user