From 9547a18c9199a9a00ba25970ec38dc67fe972f56 Mon Sep 17 00:00:00 2001 From: r0r-5chach Date: Fri, 7 Jul 2023 18:39:18 +0000 Subject: [PATCH] cursor fix; updates --- .config/hypr/hyprland.conf | 2 ++ home/r0r5chach/.zshrc | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 55704e5..ad64087 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -111,3 +111,5 @@ bind = $mainMod, down, movefocus, d # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow + +env = WLR_NO_HARDWARE_CURSORS,1 diff --git a/home/r0r5chach/.zshrc b/home/r0r5chach/.zshrc index 1f49931..36daf69 100644 --- a/home/r0r5chach/.zshrc +++ b/home/r0r5chach/.zshrc @@ -15,9 +15,6 @@ compinit alias ls='ls --color=auto' alias grep='grep --color=auto' -# Environment Variables -export WLR_NO_HARDWARE_CURSOR=1 - # Prompt Config SUCCESS="%F{blue}ʘ‿ʘ%f" # What to display upon Command success FAIL="%F{red}⊙︿⊙%f" # What to display upon Command failure