feat: make neovim config from scratch

This commit is contained in:
matt1432 2023-07-19 21:52:35 -04:00
parent e00412252a
commit ce6e287ca6
10 changed files with 132 additions and 3 deletions
config/hypr/scripts

View file

@ -4,7 +4,7 @@ while true
do
while killall -0 .blueman-manage > /dev/null 2>&1
do
if [[ $(bluetoothctl show | grep Powered | grep yes) ]]; then
if bluetoothctl show | grep Powered | grep -q yes; then
if [[ $(hyprctl activewindow | grep blueman-manager) == "" && $(hyprctl clients | grep blueman-manager) != "" ]]; then
killall .blueman-manage
break