Move xinitrc
This commit is contained in:
@@ -45,7 +45,7 @@ dotfiles:
|
|||||||
- from: x/Xresources
|
- from: x/Xresources
|
||||||
to: .config/Xresources
|
to: .config/Xresources
|
||||||
- from: x/xinitrc
|
- from: x/xinitrc
|
||||||
to: .xinitrc
|
to: .config/xinitrc
|
||||||
- from: zsh/zprofile
|
- from: zsh/zprofile
|
||||||
to: .config/zsh/.zprofile
|
to: .config/zsh/.zprofile
|
||||||
template: true
|
template: true
|
||||||
|
|||||||
@@ -58,6 +58,8 @@ export GNUPGHOME="$XDG_STATE_HOME"/gnupg
|
|||||||
export PYTHON_HISTORY=$XDG_STATE_HOME/python/history
|
export PYTHON_HISTORY=$XDG_STATE_HOME/python/history
|
||||||
export PYTHONPYCACHEPREFIX=$XDG_CACHE_HOME/python
|
export PYTHONPYCACHEPREFIX=$XDG_CACHE_HOME/python
|
||||||
|
|
||||||
|
export XINITRC="$XDG_CONFIG_HOME"/xinitrc
|
||||||
|
|
||||||
umask 0022
|
umask 0022
|
||||||
|
|
||||||
{% set env = machine.environment | combine(user.environment) %}
|
{% set env = machine.environment | combine(user.environment) %}
|
||||||
|
|||||||
Reference in New Issue
Block a user