cursor fix; updates
This commit is contained in:
parent
bb0d7a555a
commit
9547a18c91
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue