successfully add sddm and xorg
This commit is contained in:
parent
f38b4f5e0d
commit
4f53d01a7d
2 changed files with 77 additions and 3 deletions
16
source/airootfs/etc/systemd/system/sddm.service
Normal file
16
source/airootfs/etc/systemd/system/sddm.service
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Simple Desktop Display Manager
|
||||||
|
Documentation=man:sddm(1) man:sddm.conf(5)
|
||||||
|
Conflicts=getty@tty1.service
|
||||||
|
After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service systemd-logind.service
|
||||||
|
PartOf=graphical.target
|
||||||
|
StartLimitIntervalSec=30
|
||||||
|
StartLimitBurst=2
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/bin/sddm
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
Alias=display-manager.service
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
### ARCHISO ###
|
||||||
alsa-utils
|
alsa-utils
|
||||||
amd-ucode
|
amd-ucode
|
||||||
arch-install-scripts
|
arch-install-scripts
|
||||||
|
@ -123,8 +124,65 @@ wvdial
|
||||||
xfsprogs
|
xfsprogs
|
||||||
xl2tpd
|
xl2tpd
|
||||||
zsh
|
zsh
|
||||||
|
|
||||||
|
|
||||||
|
### OUROBOR.OS ###
|
||||||
bottom
|
bottom
|
||||||
fish
|
|
||||||
wezterm
|
|
||||||
xorg
|
|
||||||
neofetch
|
neofetch
|
||||||
|
##calamares
|
||||||
|
gparted
|
||||||
|
pipewire
|
||||||
|
pulseaudio
|
||||||
|
sddm
|
||||||
|
|
||||||
|
|
||||||
|
### WINDOW MANAGERS ###
|
||||||
|
|
||||||
|
##awesome
|
||||||
|
##qtile
|
||||||
|
##qtile-extras
|
||||||
|
##polybar
|
||||||
|
##python-psutil
|
||||||
|
##xmonad
|
||||||
|
##xmonad-contrib
|
||||||
|
##xmobar
|
||||||
|
|
||||||
|
### FONTS ###
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### GUI APPS ###
|
||||||
|
|
||||||
|
wezterm
|
||||||
|
|
||||||
|
|
||||||
|
### LIBRARIES ###
|
||||||
|
|
||||||
|
libxft
|
||||||
|
|
||||||
|
|
||||||
|
### SHELLS ###
|
||||||
|
|
||||||
|
bash
|
||||||
|
fish
|
||||||
|
zsh
|
||||||
|
|
||||||
|
|
||||||
|
### UTILS ###
|
||||||
|
|
||||||
|
avahi
|
||||||
|
base-devel
|
||||||
|
cmake
|
||||||
|
exa
|
||||||
|
git
|
||||||
|
lolcat
|
||||||
|
pacman-contrib
|
||||||
|
##paru-bin
|
||||||
|
wget
|
||||||
|
wildmidi
|
||||||
|
xdg-user-dirs
|
||||||
|
|
||||||
|
|
||||||
|
### XORG ###
|
||||||
|
|
||||||
|
xorg
|
||||||
|
|
Loading…
Reference in a new issue