+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.
This commit is contained in:
1
zshenv
1
zshenv
@@ -11,6 +11,7 @@ alias clip="xclip -sel clip"
|
|||||||
alias paste="xclip -o"
|
alias paste="xclip -o"
|
||||||
export force_color_prompt=yes
|
export force_color_prompt=yes
|
||||||
export ZSH_THEME="af-magic"
|
export ZSH_THEME="af-magic"
|
||||||
|
export XDG_RUNTIME_DIR=/run/user/`id -u`
|
||||||
|
|
||||||
# Programming
|
# Programming
|
||||||
spc() { # Use this to create a new frame quickly. Also when you just want to open Emacs.
|
spc() { # Use this to create a new frame quickly. Also when you just want to open Emacs.
|
||||||
|
|||||||
Reference in New Issue
Block a user