From c740d8e69e1d66bebf3eeb1be07e8e0a513f3d19 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Tue, 11 Jan 2022 20:56:43 +0700 Subject: [PATCH] user/bspwm: use normal numbers as workspaces --- modules/user/bspwm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user/bspwm.nix b/modules/user/bspwm.nix index d20632d..0316a7a 100644 --- a/modules/user/bspwm.nix +++ b/modules/user/bspwm.nix @@ -1,7 +1,7 @@ { config, ... }: { xsession.windowManager.bspwm = { 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 = { window_gap = 10; border_width = 0;