diff options
| author | bh <qn+git@epicurus.dev> | 2026-03-09 21:57:49 +0800 |
|---|---|---|
| committer | bh <qn+git@epicurus.dev> | 2026-03-09 21:57:49 +0800 |
| commit | 7ea2a3b3f8e61a9ba710cdf04149c82c3b8fc5a2 (patch) | |
| tree | 6c7b276ad04a886402362a72951807e51eda7fe3 | |
| parent | c29ebe8db5892a884b78fa0397fac9ec47a77f09 (diff) | |
Change cursor back and add device configuration
| -rw-r--r-- | hypr/.config/hypr/hyprland.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index aab1b54..3078daf 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -44,10 +44,21 @@ exec-once = wl-paste --watch cliphist store ### ENVIRONMENT VARIABLES ### ############################# +env = XCURSOR_THEME,Vimix-cursors env = XCURSOR_SIZE,24 +env = HYPRCURSOR_THEME,Vimix-cursors env = HYPRCURSOR_SIZE,24 +############### +### DEVICE #### +############### +device { + name = at-translated-set-2-keyboard + enabled = false +} + + ##################### ### LOOK AND FEEL ### ##################### |
