Skip to content

Commit

Permalink
fix(nix): hyprland cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Aug 28, 2024
1 parent 586fa18 commit dd471b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nix/modules/home/desktop/hyprland/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ exec-once = wezterm
exec-once = firefox
exec-once = slack
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = hyprctl setcursor Adwaita 24
exec = nm-applet --indicator

# Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf

# Some desault env vars.
env = XCURSOR_SIZE,32
# Some default env vars.
env = XCURSOR_SIZE,24
env = HYPRCURSOR_THEME,Adwaita
xwayland {
force_zero_scaling = true
}
Expand Down

0 comments on commit dd471b9

Please sign in to comment.