desktop: switch outputs for new kvm
This commit is contained in:
parent
2debcf9821
commit
f04ac980d9
@ -48,11 +48,11 @@
|
||||
"*" = {
|
||||
bg = "$HOME/.config/wall fill";
|
||||
};
|
||||
"DP-1" = {
|
||||
"HDMI-A-1" = {
|
||||
mode = "1920x1080";
|
||||
pos = "0,0";
|
||||
};
|
||||
"HDMI-A-1" = {
|
||||
"DP-1" = {
|
||||
mode = "2560x1080";
|
||||
pos = "1920,0";
|
||||
};
|
||||
@ -244,8 +244,8 @@
|
||||
'';
|
||||
|
||||
extraConfig = ''
|
||||
set $output-primary HDMI-A-1
|
||||
set $output-secondary DP-1
|
||||
set $output-primary DP-1
|
||||
set $output-secondary HDMI-A-1
|
||||
|
||||
workspace 1 output $output-secondary
|
||||
workspace 2 output $output-primary
|
||||
|
@ -35,6 +35,7 @@
|
||||
];
|
||||
|
||||
extraConfig = ''
|
||||
set number relativenumber
|
||||
syntax enable " Syntax highlighting
|
||||
colorscheme srcery " Color scheme text
|
||||
let g:lightline = {
|
||||
|
Loading…
Reference in New Issue
Block a user