diff options
Diffstat (limited to '.config/hypr')
| -rw-r--r-- | .config/hypr/hyprland.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 6a2fa8f..63ac7be 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -6,6 +6,9 @@ env = XCURSOR_PATH=${XCURSOR_PATH}:/usr/share/icons env = XCURSOR_SIZE,24 env = XCURSOR_THEME,whiteglass +exec-once = hyprctl setcursor whiteglass 24 +exec-once = xrdb ~/.Xresources + # Startup exec-once = startup exec-once = hyprctl dispatch workspace 1 |
