Compare commits
2 Commits
7859c22571
...
36a50bc815
Author | SHA1 | Date | |
---|---|---|---|
36a50bc815 | |||
067bbef8ef |
7
.zshrc
7
.zshrc
@ -15,6 +15,10 @@ 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
|
||||||
@ -30,6 +34,9 @@ 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