Skip to content

Commit

Permalink
chore: disable unwanted "start in game mode"
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfyreload committed Jun 14, 2024
1 parent f5f678b commit 566a481
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ rpm-ostree install docker-ce \
docker-compose-plugin \
containerd.io

# Remove the autologin to gamescope-session
rm /usr/etc/sddm.conf.d/steamos.conf

# Undo some bazzite-deck specific services we do not need anymore
systemctl disable bazzite-autologin.service

# Disable virtual keyboard
rm /usr/etc/sddm.conf.d/virtualkbd.conf

#### Example for enabling a System Unit File

# systemctl enable podman.socket

0 comments on commit 566a481

Please sign in to comment.