feat(sddm): add SDDM theme and config files
This commit is contained in:
4
system/sddm.conf.d/display.conf
Executable file
4
system/sddm.conf.d/display.conf
Executable file
@@ -0,0 +1,4 @@
|
||||
[XDisplay]
|
||||
# Xsetup script path
|
||||
# A script to execute when starting the display server
|
||||
DisplayCommand=/etc/sddm/scripts/Xsetup
|
||||
2
system/sddm.conf.d/theme.conf
Executable file
2
system/sddm.conf.d/theme.conf
Executable file
@@ -0,0 +1,2 @@
|
||||
[Theme]
|
||||
Current=sugar-candy
|
||||
5
system/sddm/scripts/Xsetup
Executable file
5
system/sddm/scripts/Xsetup
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
xrandr \
|
||||
--output DP-0 --mode 1920x1080 --pos 0x0 --rate 144 \
|
||||
--output DP-4 --mode 1920x1080 --pos 1920x0 --rate 270 --primary
|
||||
Reference in New Issue
Block a user