Prepare for wayland

This commit is contained in:
Tobias Reisinger 2022-03-21 22:20:12 +01:00
parent 513e3b8263
commit 8b82ba2445
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 62 additions and 11 deletions

View file

@ -1,9 +1,26 @@
#!/bin/sh
set -a
. "$HOME/.config/user-dirs.dirs"
. "$XDG_CONFIG_HOME/locale.conf"
set +a
export ANDROID_SDK_ROOT='/opt/android-sdk'
export AUTOSTART_DISPLAY='startx'
export BEMENU_OPTS="--tb '#6272a4'\
--tf '#f8f8f2'\
--fb '#282a36'\
--ff '#f8f8f2'\
--nb '#282a36'\
--nf '#6272a4'\
--hb '#44475a'\
--hf '#50fa7b'\
--sb '#44475a'\
--sf '#50fa7b'\
--scb '#282a36'\
--scf '#ff79c6'\
--list 25 --ignorecase"
export CM_LAUNCHER='rofi'
@ -19,6 +36,7 @@ export KUBECONFIG="$HOME/.kube/config"
export MAILCAPS="$XDG_CONFIG_HOME/mailcap/mailcaprc"
export MAKEFLAGS="-j$(grep -c ^processor /proc/cpuinfo)"
export MARKPATH="$XDG_CONFIG_HOME/zsh/jump_marks"
export MENU="bemenu"
export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch/config"
@ -41,4 +59,6 @@ export ZSH="$ZDOTDIR/oh-my-zsh"
[ -x "$(command -v bat)" ] && export MANPAGER="sh -c 'col -bx | bat -l man -p'"
set -a
[ -f "$HOME/.config/environment.local" ] && . "$HOME/.config/environment.local"
set +a