brew: Replace hammerspoon binds with aerospace ones
This commit is contained in:
parent
332e439f6d
commit
f74e7256c0
4 changed files with 7 additions and 4 deletions
|
|
@ -82,10 +82,13 @@ alt-shift-0 = 'move-node-to-workspace 10'
|
||||||
alt-shift-comma = 'move-workspace-to-monitor prev'
|
alt-shift-comma = 'move-workspace-to-monitor prev'
|
||||||
alt-shift-period = 'move-workspace-to-monitor next'
|
alt-shift-period = 'move-workspace-to-monitor next'
|
||||||
|
|
||||||
alt-shift-esc = 'reload-config'
|
|
||||||
|
|
||||||
alt-shift-r = 'mode resize'
|
alt-shift-r = 'mode resize'
|
||||||
|
|
||||||
|
# -n: Always open a new instance because I want it to open in my home directory.
|
||||||
|
alt-shift-enter = 'exec-and-forget open -n /Applications/Alacritty.app'
|
||||||
|
|
||||||
|
alt-shift-x = 'exec-and-forget sh -c ~/bin/pbclear'
|
||||||
|
|
||||||
[mode.resize.binding]
|
[mode.resize.binding]
|
||||||
j = 'resize height +50'
|
j = 'resize height +50'
|
||||||
k = 'resize height -50'
|
k = 'resize height -50'
|
||||||
|
|
|
||||||
|
|
@ -8,3 +8,5 @@ clear_pasteboard general
|
||||||
clear_pasteboard ruler
|
clear_pasteboard ruler
|
||||||
clear_pasteboard find
|
clear_pasteboard find
|
||||||
clear_pasteboard font
|
clear_pasteboard font
|
||||||
|
|
||||||
|
osascript -e 'display notification "pbclear" with title "Clipboard cleared"'
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,6 @@ cask "firefox"
|
||||||
cask "font-iosevka"
|
cask "font-iosevka"
|
||||||
cask "font-iosevka-slab"
|
cask "font-iosevka-slab"
|
||||||
cask "gimp"
|
cask "gimp"
|
||||||
cask "hammerspoon"
|
|
||||||
cask "karabiner-elements"
|
cask "karabiner-elements"
|
||||||
cask "nikitabobko/tap/aerospace"
|
cask "nikitabobko/tap/aerospace"
|
||||||
cask "notion"
|
cask "notion"
|
||||||
|
|
|
||||||
|
|
@ -12,4 +12,3 @@
|
||||||
~/.config/aerospace: aerospace/
|
~/.config/aerospace: aerospace/
|
||||||
~/.config/karabiner: karabiner/
|
~/.config/karabiner: karabiner/
|
||||||
~/.config/tridactyl: tridactyl/
|
~/.config/tridactyl: tridactyl/
|
||||||
~/.hammerspoon: hammerspoon/
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue