diff --git a/bspwm/.config/bspwm/autostart b/bspwm/.config/bspwm/autostart index c034d67..5f1f08f 100755 --- a/bspwm/.config/bspwm/autostart +++ b/bspwm/.config/bspwm/autostart @@ -60,6 +60,9 @@ telegram-desktop -startintray & ## Caffeine-ng caffeine >/dev/null 2>&1 & +## Ulauncher +ulauncher >/dev/null 2>&1 & + ############################### ## THINKPAD-SPECIFIC ## ############################### diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 9b2619d..a4adf1c 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -86,6 +86,7 @@ bspc rule -a polybar border=off bspc rule -a 9menu border=off manage=off bspc rule -a tint2 border=off manage=off bspc rule -a dunst border=off manage=off +bspc rule -a ulauncher border=off manage=off #bspc desktop I --layout monocle #bspc desktop II --layout monocle diff --git a/yay.sh b/yay.sh index 39294c8..f909e1c 100755 --- a/yay.sh +++ b/yay.sh @@ -81,4 +81,5 @@ yay -S \ bc \ bat-extras-git \ dust \ - fd + fd \ + ulauncher