feat(Hyprland): use latest commit

This commit is contained in:
matt1432 2023-09-13 16:48:45 -04:00
parent b69c99c09d
commit 03e60c7d54
2 changed files with 3 additions and 3 deletions

View file

@ -36,8 +36,8 @@ exec-once = swayosd-server
exec-once = swayidle -w lock $LOCK_PATH/lock.sh exec-once = swayidle -w lock $LOCK_PATH/lock.sh
# Special window apps # Special window apps
exec-once = thunderbird # Win + T exec-once = thunderbird & sleep 5; hyprctl dispatch movetoworkspacesilent special:thunder,"^(thunderbird)$"
exec-once = spot # Win + S exec-once = spot & sleep 5; hyprctl dispatch movetoworkspacesilent special:spot,"^(dev.alextren.Spot)$"
# Some default env vars. # Some default env vars.
env = XCURSOR_SIZE,24 env = XCURSOR_SIZE,24

View file

@ -23,7 +23,7 @@ in
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
package = (builtins.getFlake "github:horriblename/hyprgrass").inputs.hyprland.packages.x86_64-linux.default; package = (builtins.getFlake "github:hyprwm/Hyprland").packages.x86_64-linux.default;
plugins = [ plugins = [
"${(builtins.getFlake "github:horriblename/hyprgrass").packages.x86_64-linux.default}/lib/libhyprgrass.so" "${(builtins.getFlake "github:horriblename/hyprgrass").packages.x86_64-linux.default}/lib/libhyprgrass.so"