Compare commits

..

4 Commits

4 changed files with 9 additions and 13 deletions

View File

@ -1,4 +1,4 @@
#export QT_QPA_PLATFORMTHEME="kde" export QT_QPA_PLATFORMTHEME="kde"
export GDK_BACKEND=wayland export GDK_BACKEND=wayland
export QT_QPA_PLATFORM=wayland export QT_QPA_PLATFORM=wayland
export CLUTTER_BACKEND=wayland export CLUTTER_BACKEND=wayland

View File

@ -1,12 +0,0 @@
# Map compose to left menu and kill x with ctrl alt backspace and
# disable unbreakable space
setxkbmap -option compose:menu -option terminate:ctrl_alt_bksp -option nbsp:none
# Set TZ as the current timezone. This is supposed to be sent over SSH.
TZ=$(date +%Z)
# Enable numlock
numlockx on
# Workaround disappearing cursors, probably no harm in any case
export XCURSOR_DISCOVER=1

View File

@ -54,11 +54,19 @@ if hash pre-commit 2> /dev/null; then
pre-commit gc pre-commit gc
fi fi
if hash symlinks 2> /dev/null; then
symlinks -d ~/.local/bin/
else
echo "WARNING! Executable named symlinks not found in PATH."
sleep 3
fi
if hash corepack 2> /dev/null; then if hash corepack 2> /dev/null; then
corepack enable --install-directory ~/.local/bin/ corepack enable --install-directory ~/.local/bin/
corepack enable npm --install-directory ~/.local/bin/ corepack enable npm --install-directory ~/.local/bin/
else else
echo "WARNING! corepack is not installed." echo "WARNING! corepack is not installed."
sleep 3
fi fi
if [ "$(id -u)" == "0" ]; then if [ "$(id -u)" == "0" ]; then