2 Commits
Author SHA1 Message Date
wyj 06a3decd72 update: kitty 2025-04-14 20:16:59 -04:00
wyj 68a578eb93 update: update 2025-04-11 20:19:48 -04:00
6 changed files with 32 additions and 19 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
[font] [font]
size = 16 size = 10
[font.normal] [font.normal]
family = "FiraCode Nerd Font" family = "FiraCode Nerd Font"
@@ -9,8 +9,8 @@ style = "Regular"
opacity = 0.7 opacity = 0.7
[window.padding] [window.padding]
x = 15 #x = 15
y = 15 #y = 15
[selection] [selection]
save_to_clipboard = true save_to_clipboard = true
+11 -6
View File
@@ -9,17 +9,22 @@ decoration {
enabled = true enabled = true
size = 10 size = 10
passes = 3 passes = 3
new_optimizations = on new_optimizations = true
ignore_opacity = true ignore_opacity = true
xray = false xray = false
blurls = waybar
} }
active_opacity = 1.0 active_opacity = 1.0
inactive_opacity = 0.8 inactive_opacity = 0.8
fullscreen_opacity = 1.0 fullscreen_opacity = 1.0
drop_shadow = true shadow {
shadow_range = 30 enabled = true
shadow_render_power = 3 range = 10
col.shadow = 0x66000000 render_power = 2
color = 0x88000000
}
#drop_shadow = true
#shadow_range = 30
#shadow_render_power = 3
#col.shadow = 0x66000000
} }
@@ -10,5 +10,6 @@ env = QT_QPA_PLATFORM,wayland
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1 env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
env = QT_AUTO_SCREEN_SCALE_FACTOR,1 env = QT_AUTO_SCREEN_SCALE_FACTOR,1
env = MOZ_ENABLE_WAYLAND,1 env = MOZ_ENABLE_WAYLAND,1
env = QT_STYLE_OVERRIDE,kvantum
env = LANG,zh_CN.UTF-8 env = LANG,zh_CN.UTF-8
+4 -5
View File
@@ -15,13 +15,12 @@ windowrule = float,^(showmethekey-gtk)$
windowrule = pin,^(showmethekey-gtk)$ windowrule = pin,^(showmethekey-gtk)$
layerrule = blur, gtk-layer-shell layerrule = blur, gtk-layer-shell
layerrule = blur, logout_dialog layerrule = blur, logout_dialog
layerrule = blur, waybar
layerrule = blurpopups, waybar
windowrule = float,title:^(Mathematica)$ windowrule = float,title:^(Mathematica)$
windowrule = opacity 0.8, ^(Code)$ windowrule = opacity 0.8,^(Code)$
windowrule = opacity 0.8, ^(code-oss)$ windowrule = opacity 0.8,^(code)$
windowrule = opacity 0.8, ^(code-url-handler)$ windowrule = opacity 0.8,^(code-oss)$
windowrule = opacity 0.8,^(code-url-handler)$
windowrule = float,^(QQ)$ windowrule = float,^(QQ)$
windowrule = float,^(wechat)$ windowrule = float,^(wechat)$
windowrule = float,^(fdm)$ windowrule = float,^(fdm)$
+2 -2
View File
@@ -7,6 +7,6 @@ plugins = [
[scratchpads.term] [scratchpads.term]
animation = "fromTop" animation = "fromTop"
command = "alacritty --class alacritty-dropterm" command = "kitty --class kitty-dropterm"
class = "alacritty-dropterm" class = "kitty-dropterm"
size = "75% 60%" size = "75% 60%"
+11 -3
View File
@@ -1,9 +1,19 @@
font_family Fira Code Nerd Font # Maple
#font_family Maple Mono NF CN
# end Maple
# Fica Code
font_family FiraCode Nerd Font
font_features FiraCodeNF-Reg +cv01 +cv02 +cv06 +cv31 +zero +cv30
font_features FiraCodeNF-SemBd +cv01 +cv02 +cv06 +cv31 +zero +cv30
# end Fira Code
font_size 16.0 font_size 16.0
bold_font auto bold_font auto
italic_font auto italic_font auto
bold_italic_font auto bold_italic_font auto
cursor_shape block
cursor_trail 10
background_opacity 0.7 background_opacity 0.7
confirm_os_window_close 0 confirm_os_window_close 0
@@ -13,8 +23,6 @@ include ~/.cache/wal/colors-kitty.conf
detect_urls yes detect_urls yes
copy_on_select clipboard copy_on_select clipboard
strip_trailing_spaces smart strip_trailing_spaces smart
rectangle_select_modifiers ctrl+alt
terminal_select_modifiers shift
enable_audio_bell no enable_audio_bell no