Remove workspace X
This commit is contained in:
parent
f65c0e749f
commit
28ecddd3de
2
nixos/home-manager/env/bspwm.nix
vendored
2
nixos/home-manager/env/bspwm.nix
vendored
|
@ -18,7 +18,7 @@
|
||||||
pointer_action3 = "resize_corner";
|
pointer_action3 = "resize_corner";
|
||||||
};
|
};
|
||||||
monitors = {
|
monitors = {
|
||||||
"primary" = [ "I" "II" "III" "IV" "V" "VI" "VII" "VIII" "IX" "X" ];
|
"primary" = [ "I" "II" "III" "IV" "V" "VI" "VII" "VIII" "IX" ];
|
||||||
};
|
};
|
||||||
rules = {
|
rules = {
|
||||||
"Xfce4-terminal".state = "floating";
|
"Xfce4-terminal".state = "floating";
|
||||||
|
|
Loading…
Reference in a new issue