Update syntax

This commit is contained in:
2026-01-05 22:55:21 +01:00
parent 5574a88801
commit 413397f08f
3 changed files with 23 additions and 24 deletions

View File

@@ -299,16 +299,16 @@ run_dotfiles_setup() {
} }
# === Main flow === # === Main flow ===
update_system # update_system
install_packages # install_packages
install_nvidia_drivers # install_nvidia_drivers
install_gtk_theme # install_gtk_theme
install_gtk_icons # install_gtk_icons
apply_gtk_settings # apply_gtk_settings
install_sddm_theme # install_sddm_theme
install_system_files install_system_files
run_dotfiles_setup run_dotfiles_setup
enable_sddm # enable_sddm
log_success "Setup completed successfully." log_success "Setup completed successfully."

View File

@@ -277,21 +277,18 @@ bindl=,switch:on:Lid Switch, exec, hyprlock --immediate
### WINDOWS AND WORKSPACES ### ### WINDOWS AND WORKSPACES ###
############################## ##############################
# Ignore maximize requests from apps. You'll probably like this. # Ignore maximize requests from apps
windowrule = suppressevent maximize, class:.* windowrulev2 = suppressevent:maximize, class:^(.*)$
# Fix some dragging issues with XWayland # Fix some dragging issues with XWayland
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 windowrulev2 = nofocus:1, class:^(?!)$, title:^(?!)$, xwayland:1, floating:1, fullscreen:0, pinned:0
# Make some windows never opaque # Make some windows never opaque
windowrule = opacity 1 1 override,title:(?i).*YouTube.* windowrulev2 = opacity:1.0, override:1, title:^(?i).*YouTube.*$
windowrule = opacity 1 1 override,title:(?i).*Netflix.* windowrulev2 = opacity:1.0, override:1, title:^(?i).*Netflix.*$
windowrule = opacity 1 1 override,class: Spotify windowrulev2 = opacity:1.0, override:1, class:^Spotify$
windowrule = opacity 1 1 override,class: jetbrains-idea-ce windowrulev2 = opacity:1.0, override:1, class:^jetbrains-idea-ce$
windowrule = opacity 1 1 override,class: jetbrains-pycharm-ce windowrulev2 = opacity:1.0, override:1, class:^jetbrains-pycharm-ce$
# All the menus # All the menus (floating + always opaque)
windowrule = opacity 1 1 override, floating:1 windowrulev2 = opacity:1.0, override:1, floating:1
# "Open File" dialogues will now be centered
windowrulev2 = center, title:^(?i)Open Files$

View File

@@ -1,3 +1,5 @@
preload = /home/ciomek/Pictures/wallpaper.png wallpaper {
wallpaper =,/home/ciomek/Pictures/wallpaper.png monitor =
splash = false path = /home/ciomek/Pictures/wallpaper.png
fit_mode = fill
}