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:
parent
4c99ea1a4d
commit
83116af07b
5 changed files with 69 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue