Remove zprofile, rename foot systemd unit

This commit is contained in:
Marko Korhonen 2021-04-24 10:13:03 +03:00
parent 9e89ed8681
commit f78984d899
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
3 changed files with 1 additions and 5 deletions

View file

@ -129,9 +129,6 @@ dotfiles:
f_zathurarc:
dst: ~/.config/zathura/zathurarc
src: .config/zathura/zathurarc
f_zprofile:
dst: ~/.zprofile
src: .zprofile
f_zshrc:
dst: ~/.zshrc
src: .zshrc
@ -215,7 +212,6 @@ profiles:
- f_mimeo_associations.txt
- f_tdesktop_lang.strings
- f_fonts.conf
- f_zprofile
Pacman:
dotfiles:
- f_makepkg.conf

View file

@ -8,5 +8,5 @@ exec_always {
gsettings set $gnome-schema document-font-name 'Overpass 12'
gsettings set $gnome-schema monospace-font-name 'Hack Nerd Font Mono 12'
systemctl --user import-environment; systemctl --user start sway-session.target
systemctl --user start sway-session.target
}