test
This commit is contained in:
parent
a4347a7c93
commit
182b6de947
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
||||||
allow_hyperlinks yes
|
allow_hyperlinks yes
|
||||||
shell_integration enabled
|
shell_integration enabled
|
||||||
|
|
||||||
# font_family JetBrains Mono Regular
|
font_family JetBrains Mono Regular
|
||||||
# bold_font JetBrains Mono Bold
|
# bold_font JetBrains Mono Bold
|
||||||
# italic_font JetBrains Mono Italic
|
# italic_font JetBrains Mono Italic
|
||||||
# bold_italic_font JetBrains Bold Italic
|
# bold_italic_font JetBrains Bold Italic
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
".config/hypr/hyprland.conf" = {
|
".config/hypr/hyprland.conf" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
text = ''
|
text = ''
|
||||||
no_gaps_when_only = 1
|
|
||||||
|
|
||||||
layerrule = blur, waybar
|
layerrule = blur, waybar
|
||||||
|
|
||||||
# Laptop specific:
|
# Laptop specific:
|
||||||
|
@ -90,6 +88,8 @@
|
||||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||||
pseudotile = true # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
pseudotile = true # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||||
preserve_split = true # you probably want this
|
preserve_split = true # you probably want this
|
||||||
|
no_gaps_when_only = 1
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
master {
|
master {
|
||||||
|
|
Loading…
Reference in a new issue