feat: make neovim config from scratch
This commit is contained in:
parent
e00412252a
commit
ce6e287ca6
10 changed files with 132 additions and 3 deletions
config/hypr/scripts
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue