refactor: adjust hyprland, kitty, and nvim settings
- hyprland: add hy3 plugin config, prefer kitty terminal, change shift+exit to E - kitty: reduce font size to 10.5 - nvim: change indent width to 2 spaces - nvim: replace avante with parrot (Ollama provider) - nvim: temporarily disable treesitter install
This commit is contained in:
@@ -35,6 +35,7 @@ monitor=,preferred,auto,auto
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
#$terminal = foot
|
||||
$fileManager = nautilus
|
||||
$menu = wofi --show drun -GI
|
||||
|
||||
@@ -214,9 +215,23 @@ misc {
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
|
||||
env = GTK_SCALE,1
|
||||
env = XCURSOR_SIZE,32
|
||||
|
||||
plugin {
|
||||
hy3 {
|
||||
tabs {
|
||||
# height of the tab bar
|
||||
height = 2 # default: 22
|
||||
|
||||
# render the window title on the bar
|
||||
render_text = false # default: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
#############
|
||||
### INPUT ###
|
||||
@@ -266,7 +281,7 @@ bind = $mainMod, M, exec, hyprlock
|
||||
|
||||
bind = $mainMod SHIFT, SPACE, togglefloating,
|
||||
bind = $mainMod SHIFT, Q, hy3:killactive,
|
||||
bind = $mainMod SHIFT, M, exit,
|
||||
bind = $mainMod SHIFT, E, exit,
|
||||
bind = $mainMod SHIFT, S, pin
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user