From 80a448c50009ec22616b1520593234c633d35a69 Mon Sep 17 00:00:00 2001 From: tomoron Date: Wed, 12 Feb 2025 09:36:42 +0100 Subject: [PATCH] add polybar in bspwmrc auto start --- 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 dc7f265..db35d52 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/12 09:33:58 by tomoron ### ########.fr # +# Updated: 2025/02/12 09:36:07 by tomoron ### ########.fr # # # # **************************************************************************** # {lib, config, ... }: @@ -30,6 +30,7 @@ pgrep picom > /dev/null || picom & pgrep dunst >/dev/null || dunst & numlockx on & + polybar & setxkbmap fr us& nitrogen --restore & pgrep activate-linux >/dev/null || (sleep 2;activate-linux -d)&