merge to pull
This commit is contained in:
commit
bc02a33aee
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -7,3 +7,6 @@
|
||||
[submodule "nvim"]
|
||||
path = nvim
|
||||
url = gitea@188.245.241.250:lucy/nvim.git
|
||||
[submodule "wallust"]
|
||||
path = wallust
|
||||
url = gitea@188.245.241.250:lucy/wallust.git
|
||||
|
||||
@ -123,11 +123,10 @@ decoration {
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
enabled = false
|
||||
size = 3
|
||||
passes =2
|
||||
enabled = true
|
||||
size = 2
|
||||
passes = 2
|
||||
|
||||
vibrancy = 0.1696
|
||||
}
|
||||
}
|
||||
|
||||
@ -333,10 +332,9 @@ bind = $mainMod, w, global, quickshell:showWallSwitcher
|
||||
|
||||
# Ignore maximize requests from apps. You'll probably like this.
|
||||
windowrule = suppressevent maximize, class:.*
|
||||
|
||||
# Fix some dragging issues with XWayland
|
||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
layerrule = ignorealpha 0, quickshell
|
||||
blurls = quickshell
|
||||
windowrule = float,title:^(qs-wallswitcher)$
|
||||
windowrule = float,title:^(qs-fontpicker)$
|
||||
windowrule = float,title:^(qs-settings)$
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
include colors.conf
|
||||
window_padding_width 10
|
||||
background_opacity 0.9
|
||||
dynamic_background_opacity no
|
||||
ynamic_background_opacity no
|
||||
font_size 10
|
||||
|
||||
# BEGIN_KITTY_FONTS
|
||||
|
||||
@ -5,7 +5,11 @@ dynamic_background_opacity no
|
||||
font_size 10
|
||||
|
||||
# BEGIN_KITTY_FONTS
|
||||
<<<<<<< HEAD
|
||||
font_family family="Adwaita Mono"
|
||||
=======
|
||||
font_family family="Maple Mono NL"
|
||||
>>>>>>> bb40f68e14acd360040ccd4b63d3b52bda01e261
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
1
wallust
Submodule
1
wallust
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 5675264022be440d0dae6178dbc7acbb87f32e37
|
||||
Loading…
x
Reference in New Issue
Block a user