diff options
author | listout <listout@protonmail.com> | 2022-04-25 14:07:27 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-04-25 14:07:27 +0530 |
commit | af2632c3aeacbed35bceb1722e30fd715fd14726 (patch) | |
tree | 8a0474cdf511bdda2f10832baba2d5092b4d611d /.config | |
parent | 9f9767358c71cb6b5c965b70f465fbcbe17a900f (diff) |
config: bspwm: Don't start picom at WM start
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.config')
-rwxr-xr-x | .config/bspwm/bspwmrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 8eeeb3b..77cec0a 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -1,7 +1,7 @@ #! /bin/sh pgrep -x sxhkd > /dev/null || sxhkd & -picom & +#picom & /usr/libexec/polkit-gnome-authentication-agent-1 & #/usr/bin/nm-applet & sh $HOME/Documents/scroll_trackball.sh & |