Set xfce4-terminal floating so dropdown works
This commit is contained in:
parent
ebc14e3d93
commit
d6a66e17fe
3
nixos/home-manager/env/bspwm.nix
vendored
3
nixos/home-manager/env/bspwm.nix
vendored
|
@ -19,5 +19,8 @@
|
||||||
monitors = {
|
monitors = {
|
||||||
"primary" = ["I" "II" "III" "IV" "V"];
|
"primary" = ["I" "II" "III" "IV" "V"];
|
||||||
};
|
};
|
||||||
|
rules = {
|
||||||
|
"Xfce4-terminal".state = "floating";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue