Compare commits

..

No commits in common. "15b889225d9d9d218cf4b86b813a88b86e271a94" and "61203a76898d6053f39918b04b94174e6f238fe8" have entirely different histories.

11 changed files with 1 additions and 5 deletions

View file

Before

Width:  |  Height:  |  Size: 413 B

After

Width:  |  Height:  |  Size: 413 B

View file

Before

Width:  |  Height:  |  Size: 468 B

After

Width:  |  Height:  |  Size: 468 B

View file

@ -151,5 +151,3 @@ rctrl - d : yabai -m space --layout float
play : mpc toggle
rewind : mpc cdprev
fast : mpc next
rctrl - b : /usr/local/bin/hs -c 'stackline.config:toggle("appearance.showIcons")'

View file

@ -1 +0,0 @@
.repository.json

View file

@ -1,5 +1,4 @@
#!/usr/bin/env sh
sudo yabai --load-sa
# global settings
yabai -m config mouse_follows_focus on

View file

@ -1,4 +1,4 @@
#!/bin/bash
while mpc idle; do
open swiftbar://refreshplugin?name=mpd-control
open -g bitbar://refreshPlugin?name=mpd*
done