user/bspwm: use normal numbers as workspaces

This commit is contained in:
LavaDesu 2022-01-11 20:56:43 +07:00
parent 578417bf68
commit c740d8e69e
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,7 +1,7 @@
{ config, ... }: { { config, ... }: {
xsession.windowManager.bspwm = { xsession.windowManager.bspwm = {
enable = true; enable = true;
monitors = { eDP-1 = [ "I" "II" "III" "IV" "V" "VI" "VII" "VIII" "XI" "X" ]; }; monitors = { eDP-1 = [ "1" "2" "3" "4" "5" "6" "7" "8" "9" "0"]; };
settings = { settings = {
window_gap = 10; window_gap = 10;
border_width = 0; border_width = 0;