diff options
author | listout <listout@protonmail.com> | 2022-02-24 23:48:31 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-02-24 23:48:31 +0530 |
commit | 1aa0fc84fee01c56e6d67e143b75ec7ae88dfb30 (patch) | |
tree | c3b9ce547c8678f8bade1affbd39ab1e07bfd3fc /.config/bspwm | |
parent | 72bf189a25ad4e1729c1fd00f6126c24a6cfead9 (diff) |
removed running of gnome authentication agent
Diffstat (limited to '.config/bspwm')
-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 f042498..14f8e03 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -2,7 +2,7 @@ pgrep -x sxhkd > /dev/null || sxhkd & picom & -/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & +#/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & #/usr/bin/nm-applet & sh $HOME/Documents/scroll_trackball.sh $HOME/.config/polybar/launch.sh & |