Move Xresources

This commit is contained in:
2024-05-05 10:54:58 +02:00
parent fce869955f
commit b49101eef6
3 changed files with 2 additions and 3 deletions

View File

@@ -4,6 +4,6 @@ After=windowmanager.target
[Service]
Type=oneshot
ExecStart=/usr/bin/env xrdb -merge -I%h %h/.Xresources
ExecStart=/usr/bin/env xrdb -merge -I%h %h/.config/Xresources
RemainAfterExit=true
PassEnvironment=DISPLAY

View File

@@ -44,8 +44,7 @@ dotfiles:
- from: vim/vimrc
to: .config/nvim/init.vim
- from: x/Xresources
to: .Xresources
template: true
to: .config/Xresources
- from: x/xinitrc
to: .xinitrc
- from: zsh/zprofile