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] [Service]
Type=oneshot 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 RemainAfterExit=true
PassEnvironment=DISPLAY PassEnvironment=DISPLAY

View File

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