globally enable user service
This commit is contained in:
parent
de3b475616
commit
df57809ba8
8 changed files with 15 additions and 14 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Librewish <librewish@gmail.com>
|
# Maintainer: Librewish <librewish@gmail.com>
|
||||||
|
|
||||||
pkgname=garuda-common-settings
|
pkgname=garuda-common-settings
|
||||||
pkgver=2.0.1
|
pkgver=2.0.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"
|
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"
|
||||||
|
|
|
@ -14,8 +14,8 @@ menuentry "Restart" --class restart {
|
||||||
reboot
|
reboot
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ ${grub_platform} == "efi" ]; then
|
#if [ ${grub_platform} == "efi" ]; then
|
||||||
menuentry "Firmware Setup (UEFI)" --class recovery {
|
# menuentry "Firmware Setup (UEFI)" --class recovery {
|
||||||
fwsetup
|
# fwsetup
|
||||||
}
|
# }
|
||||||
fi
|
#fi
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Categories=System;Monitor;
|
Categories=System;Monitor;
|
||||||
Comment=Does the initial user setup
|
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
|
Icon=setup
|
||||||
Name=Initial user setup
|
Name=Initial user setup
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
[Steam]
|
|
||||||
use-native-runtime = false
|
|
||||||
force-32bit = false
|
|
||||||
use-libintercept = true
|
|
||||||
use-libredirect = true
|
|
||||||
use-unity-hack = true
|
|
|
@ -52,7 +52,7 @@
|
||||||
# vivaldi
|
# vivaldi
|
||||||
# vivaldi-snapshot
|
# vivaldi-snapshot
|
||||||
#
|
#
|
||||||
BROWSERS=(firedragon firefox)
|
BROWSERS=(firedragon firefox chromium)
|
||||||
|
|
||||||
# Uncomment and set to "no" to completely disable the crash recovery feature.
|
# Uncomment and set to "no" to completely disable the crash recovery feature.
|
||||||
#
|
#
|
||||||
|
|
|
@ -18,6 +18,7 @@ post_install() {
|
||||||
systemctl enable nohang-desktop
|
systemctl enable nohang-desktop
|
||||||
systemctl enable preload
|
systemctl enable preload
|
||||||
systemctl enable prelockd
|
systemctl enable prelockd
|
||||||
|
systemctl --global enable psd
|
||||||
}
|
}
|
||||||
|
|
||||||
post_upgrade() {
|
post_upgrade() {
|
||||||
|
@ -33,6 +34,7 @@ post_upgrade() {
|
||||||
systemctl enable nohang-desktop
|
systemctl enable nohang-desktop
|
||||||
systemctl enable preload
|
systemctl enable preload
|
||||||
systemctl enable prelockd
|
systemctl enable prelockd
|
||||||
|
systemctl --global enable psd
|
||||||
|
|
||||||
msg "Updating font cache..."
|
msg "Updating font cache..."
|
||||||
mkfontscale /usr/share/fonts/TTF /usr/share/fonts/OTF /usr/share/fonts/misc > /dev/null 2>&1
|
mkfontscale /usr/share/fonts/TTF /usr/share/fonts/OTF /usr/share/fonts/misc > /dev/null 2>&1
|
||||||
|
|
2
usr/lib/modprobe.d/nobeep.conf
Normal file
2
usr/lib/modprobe.d/nobeep.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Prevent annoying beep from the pc speaker.
|
||||||
|
blacklist pcspkr
|
3
usr/lib/modprobe.d/noime.conf
Normal file
3
usr/lib/modprobe.d/noime.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Intel VPRO remote access technology driver.
|
||||||
|
blacklist mei
|
||||||
|
blacklist mei_me
|
Loading…
Reference in a new issue