diff options
| author | zachir <zachir@librem.one> | 2026-04-29 19:24:18 -0500 |
|---|---|---|
| committer | zachir <zachir@librem.one> | 2026-04-29 19:24:18 -0500 |
| commit | 039313073754ebfefa7a69dd06850d4a90bfa13c (patch) | |
| tree | 57d0908f3cf150d69ef88ba719422e904a5a7bdd /hypr/hyprland.conf | |
| parent | 802b80be08581676c9a6f499e82fbbb2e79b9d37 (diff) | |
| parent | 69781e936f48c9c23498cf89deb0cd515a3eca75 (diff) | |
Merge branch 'master' into cas
Diffstat (limited to 'hypr/hyprland.conf')
| -rw-r--r-- | hypr/hyprland.conf | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 8efc2a1..47be77b 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -16,26 +16,26 @@ monitor = , highres highrr, auto, 1 #{{{ Autostart # Execute your favorite apps at launch # exec-once = waybar & hyprpaper & firefox +<<<<<<< HEAD exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP -exec-once = hyprpm reload -n -#exec-once = dinit -#exec-once = xdph +# These are for systems with no systemd exec-once = dinitctl start hyprpaper.user -exec-once = waybar +exec-once = hyprpm reload -n exec-once = pypr -#exec-once = hyprscratch init -exec-once = lxqt-policykit-agent -exec-once = import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest' -exec-once = import-gsettings icon-theme 'Papirus-Dark' -exec-once = import-gsettings cursor-theme 'BreezeX-Black' -exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' -exec-once = xrdb -load "$XDG_CONFIG_HOME"/X11/xresources -#exec-once = com.github.wwmm.easyeffects +exec-once = bl-save +exec-once = hyprpaper +exec-once = hypridle +exec-once = waybar +exec-once = /usr/lib/hyprpolkitagent/hyprpolkitagent exec-once = dunst exec-once = hypridle exec-once = xwayland-satellite :1 -exec-once = bl-save -#exec-once = mpd +exec-once = mpd +# These are for systems with uwsm/systemd +#exec-once = uwsm app -- hyprpm reload -n +#exec-once = uwsm app -- xdph +#exec-once = uwsm app -- pypr +#exec-once = uwsm app -- bl-save #}}} #{{{ env @@ -107,6 +107,7 @@ general { #}}} #{{{ cursor +cursor=BreezeX-Black 32 cursor { no_warps = false } @@ -266,6 +267,7 @@ windowrule = workspace +0, match:workspace name:spvimw, match:title negative:spv windowrule = workspace +0, match:workspace name:sptrmc, match:title negative:sptrmc windowrule = workspace +0, match:workspace name:helvum, match:title negative:helvum windowrule = workspace +0, match:workspace name:easyfx, match:title negative:easyfx +windowrule = fullscreen on, match:class ^(steam_app_.*)$ #}}} #{{{ Layerrules @@ -337,7 +339,7 @@ bind = $mainMod, Backspace, exec, touchpad.sh #{{{ WC binds bind = $mainMod SHIFT, Q, killactive, -bind = $mainMod SHIFT, E, exit, +bind = $mainMod SHIFT, E, exec, uwsm stop bind = $mainMod SHIFT, SPACE, togglefloating, bind = $mainMod $secdMod, F2, exec, ~/.config/hypr/gamemode.sh bind = $mainMod, F, fullscreen, 0 |
