From f78984d899b46abe8e0c78d30324810228d5e6f6 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sat, 24 Apr 2021 10:13:03 +0300 Subject: [PATCH] Remove zprofile, rename foot systemd unit --- config.yaml | 4 ---- home/.config/sway/conf.d/07-exec.conf | 2 +- .../systemd/user/{foot.service => foot-server.service} | 0 3 files changed, 1 insertion(+), 5 deletions(-) rename home/.config/systemd/user/{foot.service => foot-server.service} (100%) diff --git a/config.yaml b/config.yaml index 484fa06..dd2c6f0 100644 --- a/config.yaml +++ b/config.yaml @@ -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 diff --git a/home/.config/sway/conf.d/07-exec.conf b/home/.config/sway/conf.d/07-exec.conf index 3fa4f83..d886ee7 100644 --- a/home/.config/sway/conf.d/07-exec.conf +++ b/home/.config/sway/conf.d/07-exec.conf @@ -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 } diff --git a/home/.config/systemd/user/foot.service b/home/.config/systemd/user/foot-server.service similarity index 100% rename from home/.config/systemd/user/foot.service rename to home/.config/systemd/user/foot-server.service