diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-21 15:53:29 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-21 15:53:29 -0400 |
| commit | 574d3681522ce5c21b153cfb3e8f1a923d14aa46 (patch) | |
| tree | bf102f3add5022ae14a749724227aa334d3783d5 /hyprland | |
| parent | freetube configured (diff) | |
| download | nixos-574d3681522ce5c21b153cfb3e8f1a923d14aa46.tar.gz nixos-574d3681522ce5c21b153cfb3e8f1a923d14aa46.tar.bz2 nixos-574d3681522ce5c21b153cfb3e8f1a923d14aa46.zip | |
switch to hyprpaper
Diffstat (limited to 'hyprland')
| -rw-r--r-- | hyprland/hyprland.nix | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/hyprland/hyprland.nix b/hyprland/hyprland.nix index a28953c..269b484 100644 --- a/hyprland/hyprland.nix +++ b/hyprland/hyprland.nix @@ -7,6 +7,7 @@ ]; wayland.windowManager.hyprland = { enable = true; + systemd.enable = false; settings = { monitor = [ "DP-3,2560x1440@180.00,0x0,1" @@ -36,13 +37,14 @@ ]; exec-once = [ "xrandr --output DP-3 --primary" - "waybar" - "[workspace 1 silent] ghostty" - "[workspace 2 silent] ghostty -e rmpc" - "[workspace 3 silent] obsidian" - "[workspace 6 silent] brave" - "[workspace 7 silent] discord" - "[workspace 8 silent] steam" + "uwsm app -- waybar" +# "systemctl --user enable --now ./../hyprpaper.service" + "[workspace 1 silent] uwsm app -- ghostty" + "[workspace 2 silent] uwsm app -- ghostty -e rmpc" + "[workspace 3 silent] uwsm app -- obsidian" + "[workspace 6 silent] uwsm app -- brave" + "[workspace 7 silent] uwsm app -- discord" + "[workspace 8 silent] uwsm app -- steam" ]; windowrule = [ "workspace 7 silent, class:(discord)" |
