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
|
|
@ -1,6 +1,6 @@
|
|||
[Settings]
|
||||
gtk-theme-name=adw-gtk3-dark
|
||||
gtk-icon-theme-name=Papirus
|
||||
gtk-icon-theme-name=Adwaita
|
||||
gtk-font-name=DejaVu Sans 10
|
||||
gtk-cursor-theme-name=VolantesCursors
|
||||
gtk-cursor-theme-size=24
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ configuration {
|
|||
|
||||
/* Icons */
|
||||
show-icons: true;
|
||||
/* icon-theme: "Gruvbox-Plus-Dark"; */
|
||||
icon-theme: "Papirus";
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue