-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
44 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,14 @@ | ||
# launchers | ||
|
||
cmd - return : /Applications/kitty.app/Contents/MacOS/kitty --session ~/.config/nvim.session -d ~/Repos | ||
|
||
cmd + ctrl - f : open -n -a /Applications/Firefox.app | ||
|
||
# move window | ||
cmd + ctrl - h : yabai -m window --warp west || { yabai -m window --display west && yabai -m display --focus west } | ||
cmd + ctrl - j : yabai -m window --warp south || { yabai -m window --display south && yabai -m display --focus south } | ||
cmd + ctrl - k : yabai -m window --warp north || { yabai -m window --display north && yabai -m display --focus north } | ||
cmd + ctrl - l : yabai -m window --warp east || { yabai -m window --display east && yabai -m display --focus east } | ||
|
||
## balance size of windows | ||
shift + alt - 0 : yabai -m space --balance | ||
|
||
## fast focus desktop | ||
#cmd + ctrl - tab : yabai -m space --focus recent | ||
#cmd + ctrl - p : yabai -m space --focus prev | ||
#cmd + ctrl - n : yabai -m space --focus next | ||
#cmd + ctrl - 1 : yabai -m space --focus 1 | ||
#cmd + ctrl - 2 : yabai -m space --focus 2 | ||
#cmd + ctrl - 3 : yabai -m space --focus 3 | ||
#cmd + ctrl - 4 : yabai -m space --focus 4 | ||
#cmd + ctrl - 5 : yabai -m space --focus 5 | ||
#cmd + ctrl - 6 : yabai -m space --focus 6 | ||
#cmd + ctrl - 7 : yabai -m space --focus 7 | ||
#cmd + ctrl - 8 : yabai -m space --focus 8 | ||
#cmd + ctrl - 9 : yabai -m space --focus 9 | ||
#cmd + ctrl - 0 : yabai -m space --focus 10 | ||
# caps_lock - single : escape | ||
# caps_lock - hold : ctrl | ||
|
||
# send window to desktop and follow focus | ||
alt + cmd + ctrl - tab : yabai -m window --space recent; yabai -m space --focus recent | ||
alt + cmd + ctrl - left : yabai -m window --space prev; yabai -m space --focus prev | ||
alt + cmd + ctrl - right : yabai -m window --space next; yabai -m space --focus next | ||
# tab - single : left_option | ||
# # Tab will behave normally when used with other keys | ||
# tab - held : tab | ||
|
||
## toggle window split type | ||
cmd + ctrl - e : yabai -m window --toggle split | ||
# | ||
## float / unfloat window and center on screen | ||
cmd + ctrl - space : yabai -m window --toggle float; yabai -m window --grid 4:4:1:1:2:2 | ||
# left_option : alt | ||
# right_option : alt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
home.packages = with pkgs; [ | ||
|
||
nixos-generators | ||
kas | ||
neovim-remote | ||
tree-sitter | ||
p7zip | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3361,3 +3361,4 @@ brightsign | |
feedPool | ||
comunity | ||
version | ||
impl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/nix/store/cadpxvn5x4wp0s32nk90cvigbiarviyv-home-manager-files/.config/nvim/init.lua | ||
/nix/store/4s9knalbncvajwc6za8pdvib9xfmf9nr-home-manager-files/.config/nvim/init.lua |