globally enable user service

This commit is contained in:
Shrinivas Vishnu Kumbhar 2021-08-21 11:04:34 +05:30
parent de3b475616
commit df57809ba8
8 changed files with 15 additions and 14 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: Librewish <librewish@gmail.com>
pkgname=garuda-common-settings
pkgver=2.0.1
pkgver=2.0.2
pkgrel=1
arch=('any')
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"

View File

@ -14,8 +14,8 @@ menuentry "Restart" --class restart {
reboot
}
if [ ${grub_platform} == "efi" ]; then
menuentry "Firmware Setup (UEFI)" --class recovery {
fwsetup
}
fi
#if [ ${grub_platform} == "efi" ]; then
# menuentry "Firmware Setup (UEFI)" --class recovery {
# fwsetup
# }
#fi

View File

@ -1,7 +1,7 @@
[Desktop Entry]
Categories=System;Monitor;
Comment=Does the initial user setup
Exec=systemctl --user enable --now psd;systemctl --user enable --now pulseaudio-bluetooth-autoconnect;systemctl --user enable --now gamemoded;systemctl --user enable --now libinput-gestures;setup_dxvk install;mv ~/.bashrc_garuda ~/.bashrc;rm ~/.config/autostart/initial-user-setup.desktop
Exec=systemctl --user enable --now gamemoded;setup_dxvk install;mv ~/.bashrc_garuda ~/.bashrc;rm ~/.config/autostart/initial-user-setup.desktop
Icon=setup
Name=Initial user setup
StartupNotify=false

View File

@ -1,6 +0,0 @@
[Steam]
use-native-runtime = false
force-32bit = false
use-libintercept = true
use-libredirect = true
use-unity-hack = true

View File

@ -52,7 +52,7 @@
# vivaldi
# vivaldi-snapshot
#
BROWSERS=(firedragon firefox)
BROWSERS=(firedragon firefox chromium)
# Uncomment and set to "no" to completely disable the crash recovery feature.
#

View File

@ -18,6 +18,7 @@ post_install() {
systemctl enable nohang-desktop
systemctl enable preload
systemctl enable prelockd
systemctl --global enable psd
}
post_upgrade() {
@ -33,6 +34,7 @@ post_upgrade() {
systemctl enable nohang-desktop
systemctl enable preload
systemctl enable prelockd
systemctl --global enable psd
msg "Updating font cache..."
mkfontscale /usr/share/fonts/TTF /usr/share/fonts/OTF /usr/share/fonts/misc > /dev/null 2>&1

View File

@ -0,0 +1,2 @@
# Prevent annoying beep from the pc speaker.
blacklist pcspkr

View File

@ -0,0 +1,3 @@
# Intel VPRO remote access technology driver.
blacklist mei
blacklist mei_me