Skip to content

Commit

Permalink
tell systemd this is a graphical desktop by default
Browse files Browse the repository at this point in the history
  • Loading branch information
10leej committed Aug 24, 2024
1 parent 52f2696 commit 8e7543f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ rpm-ostree install sway swayidle swaylock grim slurp wl-clipboard vim htop iftop
# this would install a package from rpmfusion
rpm-ostree install mpv yt-dlp

### This is a graphical system
systemctl set-default graphical.target

#### Example for enabling a System Unit File

systemctl enable podman.socket
Expand Down

0 comments on commit 8e7543f

Please sign in to comment.