Switch kitty to using tokyonight theme, trying switching to kitty for a bit
This commit is contained in:
parent
cdf55985f7
commit
fdc0bcf7c5
|
@ -1,5 +1,6 @@
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
bind = SUPER, Return, exec, wezterm
|
# bind = SUPER, Return, exec, wezterm
|
||||||
|
bind = SUPER, Return, exec, kitty
|
||||||
bind = SUPER, Q, killactive,
|
bind = SUPER, Q, killactive,
|
||||||
bind = SUPER, E, exec, power-profiles
|
bind = SUPER, E, exec, power-profiles
|
||||||
bind = SUPER, P, exec, powermenu
|
bind = SUPER, P, exec, powermenu
|
||||||
|
|
|
@ -7,22 +7,20 @@
|
||||||
size = 14;
|
size = 14;
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
initial_window_width = 640;
|
background_opacity = "0.80";
|
||||||
initial_window_height = 400;
|
|
||||||
background_opacity = "0.95";
|
|
||||||
disable_ligatures = "cursor";
|
disable_ligatures = "cursor";
|
||||||
show_hyperlink_targets = true;
|
show_hyperlink_targets = true;
|
||||||
copy_on_select = true;
|
copy_on_select = true;
|
||||||
paste_actions = "confirm";
|
paste_actions = "confirm";
|
||||||
enable_audio_bell = false;
|
enable_audio_bell = false;
|
||||||
window_border_width = 2;
|
window_border_width = 5;
|
||||||
window_margin_width = 5;
|
window_margin_width = 5;
|
||||||
tab_bar_edge = "top";
|
tab_bar_edge = "top";
|
||||||
tab_bar_style = "powerline";
|
tab_bar_style = "powerline";
|
||||||
tab_powerline_style = "round";
|
tab_powerline_style = "round";
|
||||||
tab_bar_min_tabs = 1;
|
tab_bar_min_tabs = 2;
|
||||||
update_check_interval = 0;
|
update_check_interval = 0;
|
||||||
};
|
};
|
||||||
theme = "Catppuccin-Macchiato";
|
theme = "Tokyo Night";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
2
nvim
2
nvim
|
@ -1 +1 @@
|
||||||
Subproject commit 33e0cf64f77d0c5f4d307d0ff47376f6f69e89b3
|
Subproject commit 07c9a227d78457b98dd41f4c3a24bde12f707840
|
Loading…
Reference in a new issue