diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-19 01:32:45 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-10-19 01:32:45 -0400 |
| commit | e43fbf83072371c86455fa8c04e2bb651120eea1 (patch) | |
| tree | d742042ce1ae1e7e8bb96191aaf1efeee0a52792 /.config/hypr | |
| parent | 22ba07304a9c214a05cfa2d4a65325bdbf4cadba (diff) | |
fix completion and we're going through changes
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 |
