From 9e25f76e9315b85edcddd0ecc205f7f5ad2f263e Mon Sep 17 00:00:00 2001 From: tomoron Date: Wed, 12 Feb 2025 09:34:18 +0100 Subject: [PATCH] add desktops to default bspwm config --- homeConfigs/modules/x11/bspwm.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeConfigs/modules/x11/bspwm.nix b/homeConfigs/modules/x11/bspwm.nix index b3c2ce2..dc7f265 100644 --- a/homeConfigs/modules/x11/bspwm.nix +++ b/homeConfigs/modules/x11/bspwm.nix @@ -6,7 +6,7 @@ # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2025/02/10 00:21:11 by tomoron #+# #+# # -# Updated: 2025/02/10 17:34:53 by tomoron ### ########.fr # +# Updated: 2025/02/12 09:33:58 by tomoron ### ########.fr # # # # **************************************************************************** # {lib, config, ... }: @@ -18,6 +18,7 @@ #/bin/sh pgrep sxhkd > /dev/null || sxhkd & + bspc monitor -d 1 2 3 4 5 bspc config border_width 2 bspc config window_gap 10