chore: remove skhd hotkey daemon

This commit is contained in:
Stefan Imhoff
2024-08-12 10:16:47 +02:00
parent ad50920077
commit da7a82e36d
2 changed files with 0 additions and 58 deletions

View File

@@ -1,55 +0,0 @@
# Focus Windows
alt - h : yabai -m window --focus west
alt - j : yabai -m window --focus south
alt - k : yabai -m window --focus north
alt - l : yabai -m window --focus east
# Swap Managed Windows
shift + alt - h : yabai -m window --swap west
shift + alt - j : yabai -m window --swap south
shift + alt - k : yabai -m window --swap north
shift + alt - l : yabai -m window --swap east
# Move Managed Windows
shift + alt + ctrl - h : yabai -m window --warp west
shift + alt + ctrl - j : yabai -m window --warp south
shift + alt + ctrl - k : yabai -m window --warp north
shift + alt + ctrl - l : yabai -m window --warp east
# Rotate Windows
alt - r : yabai -m space --rotate 90
# Toggle Window Fullscreen Zoom
alt - f : yabai -m window --toggle zoom-fullscreen
# Toggle Padding and Gap
alt - g : yabai -m space --toggle padding; yabai -m space --toggle gap
# Float/Unfloat Window and Center on Screen
alt - t : yabai -m window --toggle float;\
yabai -m window --grid 8:8:1:1:6:6
# Toggle Window Split Type
alt - e : yabai -m window --toggle split
# Balance Size of Windows
shift + alt - 0 : yabai -m space --balance
# Move Window and Focus Desktop
shift + alt + ctrl - 1 : yabai -m window --space 1
shift + alt + ctrl - 2 : yabai -m window --space 2
shift + alt + ctrl - 3 : yabai -m window --space 3
shift + alt + ctrl - 4 : yabai -m window --space 4
shift + alt + ctrl - 5 : yabai -m window --space 5
shift + alt + ctrl - 6 : yabai -m window --space 6
shift + alt + ctrl - 7 : yabai -m window --space 7
shift + alt + ctrl - 8 : yabai -m window --space 8
shift + alt + ctrl - 9 : yabai -m window --space 9
# Send Window to Monitor and Follow Focus
shift + alt - n : yabai -m window --display next; yabai -m display --focus next
shift + alt - p : yabai -m window --display prev; yabai -m display --focus prev
# Move Focus to Monitor
shift + alt + cmd - h : yabai -m display --focus next
shift + alt + cmd - l : yabai -m display --focus prev

View File

@@ -4,7 +4,6 @@ tap "felixkratz/formulae"
tap "homebrew/bundle" tap "homebrew/bundle"
tap "homebrew/services" tap "homebrew/services"
tap "joshmedeski/sesh" tap "joshmedeski/sesh"
tap "koekeishiya/formulae"
tap "nikitabobko/tap" tap "nikitabobko/tap"
# Search tool like grep, but optimized for programmers # Search tool like grep, but optimized for programmers
brew "ack" brew "ack"
@@ -284,8 +283,6 @@ brew "dustinblackman/tap/oatmeal"
brew "felixkratz/formulae/borders" brew "felixkratz/formulae/borders"
# Smart terminal session manager # Smart terminal session manager
brew "joshmedeski/sesh/sesh" brew "joshmedeski/sesh/sesh"
# Simple hotkey-daemon for macOS.
brew "koekeishiya/formulae/skhd"
# AeroSpace is an i3-like tiling window manager for macOS # AeroSpace is an i3-like tiling window manager for macOS
cask "aerospace" cask "aerospace"
# Professional graphic design software # Professional graphic design software