desktop: switch outputs for new kvm

This commit is contained in:
Kabbone 2023-05-14 14:46:12 +02:00
parent 2debcf9821
commit f04ac980d9
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -35,6 +35,7 @@
];
extraConfig = ''
set number relativenumber
syntax enable " Syntax highlighting
colorscheme srcery " Color scheme text
let g:lightline = {