Compare commits
No commits in common. "15b889225d9d9d218cf4b86b813a88b86e271a94" and "61203a76898d6053f39918b04b94174e6f238fe8" have entirely different histories.
15b889225d
...
61203a7689
11 changed files with 1 additions and 5 deletions
Before Width: | Height: | Size: 413 B After Width: | Height: | Size: 413 B |
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 468 B |
|
@ -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")'
|
||||
|
|
1
config/swiftbar/bin/.gitignore
vendored
1
config/swiftbar/bin/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
.repository.json
|
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
sudo yabai --load-sa
|
||||
|
||||
# global settings
|
||||
yabai -m config mouse_follows_focus on
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
while mpc idle; do
|
||||
open swiftbar://refreshplugin?name=mpd-control
|
||||
open -g bitbar://refreshPlugin?name=mpd*
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue