mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
got virtual machines working besides audio
This commit is contained in:
parent
50fae0b2eb
commit
e06def29b8
4 changed files with 19 additions and 15 deletions
|
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue