got virtual machines working besides audio

This commit is contained in:
gerg 2022-07-13 01:12:58 -04:00 committed by ISnortPennies
parent 50fae0b2eb
commit e06def29b8
4 changed files with 19 additions and 15 deletions

View file

@ -10,6 +10,11 @@
"xsetroot -cursor_name left_ptr"
"xsetroot -solid \"#000000\""
"flashfocus"
"bspc monitor -a I"
"bspc monitor -a II"
"bspc monitor -a III"
"bspc monitor -a IV"
"bspc monitor -a X"
];
settings = {
border_width = 0;
@ -22,8 +27,5 @@
borderless_monocle = true;
gapless_monocle = true;
};
monitors = {
eDP-1 = [ "I" "II" "III" "IV" "V" ];
};
};
}