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