diff options
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 = ^$ |