breaking: change screenlock utility

i3lock -> slock

update .xprofile
update .local/bin/arch_setup
This commit is contained in:
swy7ch 2020-05-20 04:29:02 +02:00 committed by swytch
parent 84366cec8e
commit 31981c9631
2 changed files with 4 additions and 4 deletions

View File

@ -5,15 +5,15 @@
# 3. enabling systemctl services # 3. enabling systemctl services
#Lists of apps sorted by type and criticity #Lists of apps sorted by type and criticity
base_list="dash xorg-server xorg-xinit xorg-xinput xsetroot sxhkd i3lock xss-lock zsh neovim gtk2 brave" base_list="dash xorg-server xorg-xinit xorg-xinput xsetroot sxhkd xss-lock zsh neovim gtk2 brave"
utilities_list="xf86-video-intel pulseaudio pulseaudio-alsa pamixer xprop zsh-syntax-highlighting zsh-history-substring-search dunst dunstify libnotify sxiv xwallpaper redshift htop ffmpeg imagemagick upower pacman-contrib" utilities_list="xf86-video-intel pulseaudio pulseaudio-alsa pamixer xprop zsh-syntax-highlighting zsh-history-substring-search dunst dunstify libnotify sxiv xwallpaper redshift htop ffmpeg imagemagick upower pacman-contrib"
fonts_list="fira adobe-source-han-sans-jp-fonts adobe-source-han-sans-cn" fonts_list="fira adobe-source-han-sans-jp-fonts adobe-source-han-sans-cn"
media_list="mpv zathura" media_list="mpv zathura"
other_list="transmission-gtk texlive-core texlive-bin texlive-latexetra" other_list="transmission-gtk texlive-core texlive-bin texlive-latexetra"
git_list="st dwm dmenu" git_list="st dwm dmenu slock"
build_list="st dwm dmenu" build_list="st dwm dmenu slock"
services_list="netctl-auto@wlp4s0 systemd-timescyncd" services_list="netctl-auto@wlp4s0 systemd-timescyncd"

View File

@ -5,7 +5,7 @@
# session launch # session launch
source $HOME/.profile source $HOME/.profile
xss-lock -- i3lock -n -u -i $XDG_CONFIG_HOME/wall.png & xss-lock -- slock &
redshift & redshift &
pamixer --set-volume 30 & pamixer --set-volume 30 &
sbacklight set 3 & sbacklight set 3 &