+ Xresources rework
- Removed tiling layout icon (re-adding later) + Qtile autostart, and keys rework + Firefox to $BROWSER (Set in .config/zsh/.zshenv) - Uninstalled XFCE4 (Uninstalling GNOME later) + Edited Xprofile + Added more Environment Variable and Aliases ? Screenshot delayed 1sec for compton/picom's fading
This commit is contained in:
parent
358af43565
commit
7ee29cbad5
11 changed files with 58 additions and 51 deletions
|
@ -25,7 +25,9 @@ export XDG_DATA_HOME="$HOME/.local/share"
|
|||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
|
||||
#cleaning up
|
||||
export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority
|
||||
export PARALLEL_HOME="$XDG_CONFIG_HOME/parallel"
|
||||
export SCRIPTS="$HOME/.scripts"
|
||||
export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority"
|
||||
export KODI_DATA="${XDG_DATA_HOME:-$HOME/.local/share}/kodi"
|
||||
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass"
|
||||
export WGETRC="$XDG_CONFIG_HOME/wgetrc"
|
||||
|
@ -33,6 +35,7 @@ export MPLAYER_HOME="$XDG_CONFIG_HOME/mplayer"
|
|||
export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/npmrc"
|
||||
export WINEPREFIX="$XDG_DATA_HOME/wineprefixes/default"
|
||||
export ANDROID_SDK_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/android"
|
||||
export ADB_VENDOR_KEY="$XDG_CONFIG_HOME/android"
|
||||
export CARGO_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/cargo"
|
||||
export GOPATH="${XDG_DATA_HOME:-$HOME/.local/share}/go"
|
||||
export GTK2_RC_FILES="${XDG_CONFIG_HOME:-$HOME/.config}/gtk-2.0/gtkrc-2.0"
|
||||
|
|
|
@ -57,6 +57,8 @@ alias lla='exa -al --color=always --group-directories-first' # long format
|
|||
alias lt='exa -aT --color=always --group-directories-first' # tree listing
|
||||
alias reUSD='rm -rf /tmp/rate.html /tmp/rateUSD.txt'
|
||||
alias upElearn='sh $HOME/.scripts/elearning-isitup.sh'
|
||||
alias ranger='lf'
|
||||
#alias mpv='mpv --geometry=1280x720'
|
||||
#config shortcuts
|
||||
alias cfvim='vim $XDG_CONFIG_HOME/vim/vimrc'
|
||||
alias cfbash='vim $HOME/.bashrc'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue