[skhd] Cleaned up config

This commit is contained in:
Afonso Franco 2024-07-20 14:23:58 +01:00
parent eef98be8ec
commit dac613cfc5
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54
6 changed files with 3 additions and 11 deletions

View file

@ -4,11 +4,11 @@ import = ["~/.config/alacritty/themes/gruvbox_dark.toml"]
TERM = "xterm-256color" TERM = "xterm-256color"
[font] [font]
size = 14.0 size = 16.0
[font.normal] [font.normal]
family = "JetBrainsMono Nerd Font Mono" family = "JetBrainsMono Nerd Font Mono"
style = "ExtraLight" style = "Light"
[window] [window]
opacity = 1 opacity = 1

View file

@ -10,6 +10,7 @@ cmd - u : yabai --load-sa && yabai --restart # Assuming you have scripting addit
# Window Management # Window Management
#cmd - h : yabai -m window --resize right:-20:0 #cmd - h : yabai -m window --resize right:-20:0
#cmd - l : yabai -m window --resize left: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 # 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
View file

@ -1,12 +1,6 @@
[submodule ".config/zsh/plugins/.config/zsh/plugins/fast-syntax-highlighting"] [submodule ".config/zsh/plugins/.config/zsh/plugins/fast-syntax-highlighting"]
path = .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 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"] [submodule ".config/zsh/plugins/fzf-tab"]
path = .config/zsh/plugins/fzf-tab path = .config/zsh/plugins/fzf-tab
url = https://github.com/Aloxaf/fzf-tab url = https://github.com/Aloxaf/fzf-tab