feat(Hyprland): use latest commit
This commit is contained in:
parent
b69c99c09d
commit
03e60c7d54
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue