Compare commits
No commits in common. "5f57adb623d9a1a7e52dbb9e0105e914b71c6694" and "beaf8a57542d27394394e0af582108351c4b91b6" have entirely different histories.
5f57adb623
...
beaf8a5754
2 changed files with 2 additions and 11 deletions
|
|
@ -1,10 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
source $SCRIPT_DIR/../colours.sh
|
||||
|
||||
if [ $SELECTED = 'true' ]; then
|
||||
sketchybar --set $NAME background.color=$PRIMARY_COLOUR label.color=$BACKGROUND_COLOUR
|
||||
else
|
||||
sketchybar --set $NAME background.color=$BACKGROUND_COLOUR label.color=$PRIMARY_COLOUR
|
||||
fi
|
||||
1
stow/.config/sketchybar/plugins/space.sh
Symbolic link
1
stow/.config/sketchybar/plugins/space.sh
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
aerospace.sh
|
||||
|
|
@ -39,7 +39,7 @@ yabai -m config right_padding 12
|
|||
yabai -m config window_gap 12
|
||||
|
||||
# mouse support
|
||||
yabai -m config mouse_modifier ctrl # set mouse interaction modifier key
|
||||
yabai -m config mouse_modifier alt # set mouse interaction modifier key
|
||||
yabai -m config mouse_action1 move # set modifier + left-click drag to move window
|
||||
yabai -m config mouse_action2 resize # set modifier + right-click drag to resize window
|
||||
yabai -m config focus_follows_mouse autofocus # disabled while holding mouse modifier (eg. for menubar)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue