From eb1324d9f3e2eba9aad7e0535d02088372ac2b8b Mon Sep 17 00:00:00 2001 From: dr460nf1r3 Date: Sun, 22 Aug 2021 15:30:46 +0200 Subject: [PATCH] It makes no sense to ship bashrc setup in this package anymore, moving to the actual bashrc package --- etc/skel/.config/autostart/initial-user-setup.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/skel/.config/autostart/initial-user-setup.desktop b/etc/skel/.config/autostart/initial-user-setup.desktop index da4db62..9647af3 100755 --- a/etc/skel/.config/autostart/initial-user-setup.desktop +++ b/etc/skel/.config/autostart/initial-user-setup.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Categories=System;Monitor; Comment=Does the initial user setup -Exec=systemctl --user enable --now gamemoded;setup_dxvk install;mv ~/.bashrc_garuda ~/.bashrc;rm ~/.config/autostart/initial-user-setup.desktop +Exec=systemctl --user enable --now gamemoded;setup_dxvk install;rm ~/.config/autostart/initial-user-setup.desktop Icon=setup Name=Initial user setup StartupNotify=false