Added Nix and direnv hooks inside zshrc, heavily modified the set-wallpaper script, changed gtk and rofi icon theme, and added proper support for kdenlive start page

This commit is contained in:
Gu://em_ 2026-04-21 14:56:31 +02:00
parent 4c99ea1a4d
commit 83116af07b
5 changed files with 69 additions and 9 deletions

View file

@ -232,6 +232,18 @@ windowrule {
match:class = (Vivado)
}
# Kdenlive
windowrule {
name = kdenlive-all
pseudo = on
match:class = (org.kde.kdenlive)
}
windowrule {
name = kdenlive-welcome
size = (512) (544)
match:class = (org.kde.kdenlive) # initialTitle:^(Kdenlive)$
}
# TODO Automatically fullscreen single apps
# - Seems impossible for now (try mixing with workspace rules)