1
0
Fork 0
mirror of synced 2024-05-30 05:41:11 -04:00

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> # 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"

View file

@ -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

View file

@ -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

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
# 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.
# #

View file

@ -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

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