Disable hyprland on ichigo
, environment variable changes to clean up ~
This commit is contained in:
@@ -18,8 +18,17 @@
|
||||
"$HOME/scripts"
|
||||
];
|
||||
sessionVariables = {
|
||||
SSH_AUTH_SOCK = /home/chase/.bitwarden-ssh-agent.sock;
|
||||
# Aspell stuff
|
||||
ASPELL_CONF = "per-conf $XDG_CONFIG_HOME/aspell/aspell.conf; personal $XDG_DATA_HOME/aspell/en.pws; repl $XDG_DATA_HOME/aspell/en.prepl";
|
||||
# Bitwarden stuff
|
||||
BITWARDEN_SSH_AUTH_SOCK = "$XDG_RUNTIME_DIR/.bitwarden-ssh-agent.sock";
|
||||
SSH_AUTH_SOCK = "$XDG_RUNTIME_DIR/.bitwarden-ssh-agent.sock";
|
||||
ELECTRON_OZONE_PLATFORM_HINT = "wayland";
|
||||
# Java stuff
|
||||
_JAVA_OPTIONS = "-Djava.util.prefs.userRoot='$XDG_CONFIG_HOME'/java";
|
||||
# libx11 stuff
|
||||
XCOMPOSECACHE = "$XDG_CACHE_HOME/X11/xcompose";
|
||||
XCOMPOSEFILE = "$XDG_CONFIG_HOME/X11/xcompose";
|
||||
};
|
||||
shellAliases = {
|
||||
gs = "git status";
|
||||
|
Reference in New Issue
Block a user