summaryrefslogtreecommitdiff
path: root/hypr
diff options
context:
space:
mode:
authorbh <qn+git@excalibur.computer>2026-03-09 21:57:49 +0800
committerbh <qn+git@excalibur.computer>2026-03-09 21:57:49 +0800
commit88130392ec8e166544e4528ffd26dad22ba29376 (patch)
tree6c7b276ad04a886402362a72951807e51eda7fe3 /hypr
parentf84729617c4f9a4e8d43267f0e01588963bf31ad (diff)
Change cursor back and add device configuration
Diffstat (limited to 'hypr')
-rw-r--r--hypr/.config/hypr/hyprland.conf11
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 ###
#####################