aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAChavali <aryadevchavali1@gmail.com>2020-02-09 12:33:54 +0000
committerAChavali <aryadevchavali1@gmail.com>2020-02-09 12:33:54 +0000
commit71ebb5f6c6e4d4ffa501d452ab2ce53b2a7b7abe (patch)
tree767939cf571db68e3d11ebff488fdd2de82bd6fb
parent55dfa4f0d9c3fad339848aa1f218c27cde909fdb (diff)
downloaddotfiles-71ebb5f6c6e4d4ffa501d452ab2ce53b2a7b7abe.tar.gz
dotfiles-71ebb5f6c6e4d4ffa501d452ab2ce53b2a7b7abe.tar.bz2
dotfiles-71ebb5f6c6e4d4ffa501d452ab2ce53b2a7b7abe.zip
+fix for when you're opening without gui
I've setup sddm to not load in bootup, because usually if I've restarted my system then getting onto a terminal will allow me to quickly debug without loading and bootstrapping and entire GUI. I don't restart my PC often, so if I do it's likely cos I'm debugging some OS level bug. Furthermore, accessing the terminal directly will give me a bit more control over whether to load a GUI or not. And it's just faster.
-rw-r--r--zshenv1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshenv b/zshenv
index 3252c19..c383c8f 100644
--- a/zshenv
+++ b/zshenv
@@ -11,6 +11,7 @@ alias clip="xclip -sel clip"
alias paste="xclip -o"
export force_color_prompt=yes
export ZSH_THEME="af-magic"
+export XDG_RUNTIME_DIR=/run/user/`id -u`
# Programming
spc() { # Use this to create a new frame quickly. Also when you just want to open Emacs.