[skhd] Cleaned up config
This commit is contained in:
parent
eef98be8ec
commit
dac613cfc5
6 changed files with 3 additions and 11 deletions
|
@ -4,11 +4,11 @@ import = ["~/.config/alacritty/themes/gruvbox_dark.toml"]
|
|||
TERM = "xterm-256color"
|
||||
|
||||
[font]
|
||||
size = 14.0
|
||||
size = 16.0
|
||||
|
||||
[font.normal]
|
||||
family = "JetBrainsMono Nerd Font Mono"
|
||||
style = "ExtraLight"
|
||||
style = "Light"
|
||||
|
||||
[window]
|
||||
opacity = 1
|
||||
|
|
|
@ -10,6 +10,7 @@ cmd - u : yabai --load-sa && yabai --restart # Assuming you have scripting addit
|
|||
# Window Management
|
||||
#cmd - h : yabai -m window --resize right:-20:0
|
||||
#cmd - l : yabai -m window --resize left:20:0
|
||||
cmd + shift + alt - t : yabai -m window --toggle float
|
||||
|
||||
|
||||
# Focus workspaces 1 through 6
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit cf318e06a9b7c9f2219d78f41b46fa6e06011fd9
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 671291a0dba1971d5c87a0cdc809711a9b7636fa
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 84f18ab195547324c3addd735688f78909df61d4
|
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,12 +1,6 @@
|
|||
[submodule ".config/zsh/plugins/.config/zsh/plugins/fast-syntax-highlighting"]
|
||||
path = .config/zsh/plugins/.config/zsh/plugins/fast-syntax-highlighting
|
||||
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git
|
||||
[submodule ".config/zsh/plugins/fzf-zsh-plugin"]
|
||||
path = .config/zsh/plugins/fzf-zsh-plugin
|
||||
url = https://github.com/unixorn/fzf-zsh-plugin.git
|
||||
[submodule ".config/zsh/plugins/fast-syntax-highlighting"]
|
||||
path = .config/zsh/plugins/fast-syntax-highlighting
|
||||
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git
|
||||
[submodule ".config/zsh/plugins/fzf-tab"]
|
||||
path = .config/zsh/plugins/fzf-tab
|
||||
url = https://github.com/Aloxaf/fzf-tab
|
||||
|
|
Loading…
Reference in a new issue