Added rofi. Ignored some applications from rofi list. Added (nonworking) kanata). Added more packages. Added hyprsunset. Ingoring hyprland monitors. More.

This commit is contained in:
Jurn Wubben 2025-11-08 14:23:05 +01:00
parent ae719aacf3
commit 101a5d9bf2
26 changed files with 782 additions and 16 deletions

View file

@ -4,8 +4,8 @@ general {
gaps_out = 5
border_size = 1
col.active_border = rgb({{ .colors.base0E }})
col.inactive_border = rgb({{ .colors.base02 }})
col.active_border = rgb(ca9ee6)
col.inactive_border = rgb(414559)
resize_on_border = false
allow_tearing = false
layout = dwindle
@ -21,7 +21,7 @@ decoration {
enabled = true
range = 4
render_power = 3
color = rgb({{ .colors.base01 }})
color = rgb(292c3c)
}
blur {
@ -62,5 +62,5 @@ dwindle {
misc {
force_default_wallpaper = -1
disable_hyprland_logo = false
disable_hyprland_logo = true
}