mirror of
https://github.com/zoriya/dotfiles.git
synced 2025-12-05 22:26:18 +00:00
Adding sddm configuration
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,3 +1,3 @@
|
||||
[submodule "dwm/dwm"]
|
||||
path = dwm/dwm
|
||||
url = git@github.com:AnonymusRaccoon/dwm
|
||||
url = ../dwm
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -11,6 +11,5 @@ wget
|
||||
unzip
|
||||
tree
|
||||
htop
|
||||
kitty-shell-integration
|
||||
mlocate
|
||||
viu
|
||||
|
||||
@@ -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
7
sddm/install.sh
Executable 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
1
sddm/packages.txt
Normal file
@@ -0,0 +1 @@
|
||||
sddm
|
||||
Reference in New Issue
Block a user