|
|
@ -80,6 +80,7 @@ export VDPAU_DRIVER=radeonsi |
|
|
|
export WPA_CLI_INTERFACE=wlp2s0 |
|
|
|
export WPA_CLI_INTERFACE=wlp2s0 |
|
|
|
# Set the editor |
|
|
|
# Set the editor |
|
|
|
export EDITOR=vim |
|
|
|
export EDITOR=vim |
|
|
|
|
|
|
|
export VISUAL=vim |
|
|
|
# Application compatibility |
|
|
|
# Application compatibility |
|
|
|
export GIO_USE_VFS="local" |
|
|
|
export GIO_USE_VFS="local" |
|
|
|
export GIO_USE_VOLUME_MONITOR="unix" |
|
|
|
export GIO_USE_VOLUME_MONITOR="unix" |
|
|
@ -98,6 +99,8 @@ export CARGO_HOME="$XDG_DATA_HOME"/cargo |
|
|
|
export SCRIPT_DIR="$XDG_CONFIG_HOME"/scripts |
|
|
|
export SCRIPT_DIR="$XDG_CONFIG_HOME"/scripts |
|
|
|
# Ignore same input in histroy |
|
|
|
# Ignore same input in histroy |
|
|
|
export HISTCONTROL=ignoreboth |
|
|
|
export HISTCONTROL=ignoreboth |
|
|
|
|
|
|
|
# Set WM variable for ufetch |
|
|
|
|
|
|
|
export WM=sway |
|
|
|
|
|
|
|
|
|
|
|
# Do NOT uncomment this, breaks stuff |
|
|
|
# Do NOT uncomment this, breaks stuff |
|
|
|
# export GDK_BACKEND=wayland |
|
|
|
# export GDK_BACKEND=wayland |
|
|
|