Adding sddm configuration

This commit is contained in:
Zoe Roux
2022-04-16 23:29:08 +02:00
parent 0591d68206
commit 989b8c59a5
6 changed files with 12 additions and 4 deletions

2
.gitmodules vendored
View File

@@ -1,3 +1,3 @@
[submodule "dwm/dwm"]
path = dwm/dwm
url = git@github.com:AnonymusRaccoon/dwm
url = ../dwm

View File

@@ -22,7 +22,7 @@ i3lock-color-git
# Bar utils
acpi
playerctl
pamix-git
#pamix-git
pulseaudio-ctl
redshift
network-manager-applet
@@ -39,7 +39,6 @@ ttf-liberation
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
nerd-fonts-noto
# Apps
feh

View File

@@ -11,6 +11,5 @@ wget
unzip
tree
htop
kitty-shell-integration
mlocate
viu

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env zsh
set -eu
cd $(dirname $0)
source cli/profile/config/profile
info()
{
@@ -46,6 +47,7 @@ packages()
install()
{
[[ -f install.sh ]] && source install.sh
for topic in $(find . -mindepth 1 -maxdepth 1 -type d -not -name '.*'); do
if [[ ${topic##*.} == "ln" ]]; then
local dest=~/.$(basename ${topic%.*})

7
sddm/install.sh Executable file
View File

@@ -0,0 +1,7 @@
sudo mkdir -p /etc/sddm.conf.d
sudo tee /etc/sddm.conf.d/autologin.conf << eof
[Autologin]
User=$(whoami)
Session=dwm
eof

1
sddm/packages.txt Normal file
View File

@@ -0,0 +1 @@
sddm