Compare commits
No commits in common. "36a50bc815d99def766ad1b8bb4e3f435c2d8f97" and "7859c22571e978d343ea33435c3d9e10a1c73fd5" have entirely different histories.
36a50bc815
...
7859c22571
7
.zshrc
7
.zshrc
@ -15,10 +15,6 @@ bindkey -e
|
|||||||
bindkey "^[[3~" delete-char
|
bindkey "^[[3~" delete-char
|
||||||
bindkey "^[3;5~" delete-char
|
bindkey "^[3;5~" delete-char
|
||||||
|
|
||||||
# make Ctrl-arrow work
|
|
||||||
bindkey "^[[1;5C" forward-word
|
|
||||||
bindkey "^[[1;5D" backward-word
|
|
||||||
|
|
||||||
# autocomplete
|
# autocomplete
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
compinit
|
compinit
|
||||||
@ -34,9 +30,6 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then
|
|||||||
|
|
||||||
if [[ -n $WAYLAND_DISPLAY ]]; then
|
if [[ -n $WAYLAND_DISPLAY ]]; then
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
# 2021-06-22: fix "Firefox is already running" message
|
|
||||||
# See: https://mastransky.wordpress.com/2020/03/16/wayland-x11-how-to-run-firefox-in-mixed-environment/
|
|
||||||
export MOZ_DBUS_REMOTE=1
|
|
||||||
export KITTY_ENABLE_WAYLAND=1
|
export KITTY_ENABLE_WAYLAND=1
|
||||||
export QT_QPA_PLATFORM=wayland-egl
|
export QT_QPA_PLATFORM=wayland-egl
|
||||||
export CLUTTER_BACKEND=wayland
|
export CLUTTER_BACKEND=wayland
|
||||||
|
Loading…
Reference in New Issue
Block a user