Compare commits
4 commits
61203a7689
...
15b889225d
Author | SHA1 | Date | |
---|---|---|---|
15b889225d | |||
9da16428dd | |||
e69da0d1d0 | |||
2fe57f44ac |
11 changed files with 5 additions and 1 deletions
|
@ -151,3 +151,5 @@ rctrl - d : yabai -m space --layout float
|
||||||
play : mpc toggle
|
play : mpc toggle
|
||||||
rewind : mpc cdprev
|
rewind : mpc cdprev
|
||||||
fast : mpc next
|
fast : mpc next
|
||||||
|
|
||||||
|
rctrl - b : /usr/local/bin/hs -c 'stackline.config:toggle("appearance.showIcons")'
|
||||||
|
|
1
config/swiftbar/bin/.gitignore
vendored
Normal file
1
config/swiftbar/bin/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.repository.json
|
Before Width: | Height: | Size: 413 B After Width: | Height: | Size: 413 B |
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 468 B |
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
sudo yabai --load-sa
|
||||||
|
|
||||||
# global settings
|
# global settings
|
||||||
yabai -m config mouse_follows_focus on
|
yabai -m config mouse_follows_focus on
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
while mpc idle; do
|
while mpc idle; do
|
||||||
open -g bitbar://refreshPlugin?name=mpd*
|
open swiftbar://refreshplugin?name=mpd-control
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue