diff options
| author | Nippy <nippy@rp1.hu> | 2026-05-09 13:33:09 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-05-09 13:33:09 +0200 |
| commit | a2b924d7e9492b978ad6dc33b6c1ffcb304b4bc5 (patch) | |
| tree | 1a8769217f84bfe9d6216fafaadaf8cdd876d457 /raveos-hyprland-theme/theme-data/hypr/hyprland.conf | |
| parent | 34b9c34f982b2596cfa9e368a2d7f74e9a17477c (diff) | |
| download | RaveOS-PKGBUILD-a2b924d7e9492b978ad6dc33b6c1ffcb304b4bc5.tar.gz RaveOS-PKGBUILD-a2b924d7e9492b978ad6dc33b6c1ffcb304b4bc5.zip | |
raveos update
Diffstat (limited to 'raveos-hyprland-theme/theme-data/hypr/hyprland.conf')
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/hyprland.conf | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/raveos-hyprland-theme/theme-data/hypr/hyprland.conf b/raveos-hyprland-theme/theme-data/hypr/hyprland.conf index 7b8b2b6..0b287bf 100644 --- a/raveos-hyprland-theme/theme-data/hypr/hyprland.conf +++ b/raveos-hyprland-theme/theme-data/hypr/hyprland.conf @@ -23,6 +23,7 @@ ################ ### MONITORS ### ################ +# See https://wiki.hypr.land/Configuring/Monitors/ ################### @@ -33,7 +34,7 @@ # Set programs that you use $terminal = kitty -$fileManager = dolphin +$fileManager = Thunar $menu = hyprlauncher @@ -44,6 +45,8 @@ $menu = hyprlauncher # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: +exec-once = dms run +exec-once = HYPRSHELL_NO_USE_PLUGIN=1 hyprshell run exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = dbus-update-activation-environment --systemd --all exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP @@ -52,8 +55,7 @@ exec-once = hyprswitch init --show-title --size-factor 6 --workspaces-per-row 5 exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' exec-once = bash -c "wl-paste --watch cliphist store &" exec-once = env LIBGL_ALWAYS_SOFTWARE=1 hyprpaper -exec-once = dms run -exec-once = hyprshell run + ############################# @@ -373,7 +375,7 @@ windowrule { windowrule { name = windowrule-4 size = 1111 666 - match:class = Thunar + match:class = thunar } windowrule { @@ -419,6 +421,18 @@ windowrule { } windowrule { + name = windowrule-12 + size = 1111 666 + match:class = Thunar +} + +windowrule { + name = windowrule-13 + size = 555 555 + match:title = Set Default Application +} + +windowrule { # Fix some dragging issues with XWayland name = fix-xwayland-drags match:class = ^$ |