summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.autostart3
-rw-r--r--arch/mainline12
-rw-r--r--dwm/config.h4
3 files changed, 8 insertions, 11 deletions
diff --git a/.autostart b/.autostart
index 21fce79..7a0b866 100755
--- a/.autostart
+++ b/.autostart
@@ -7,7 +7,8 @@ wait_time=0.1
# xrandr --addmode DP-3 "1280x1024_75.00"
# xrandr --output DP-1 --off --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off --output DP-3 --mode 1280x1024_75.00 --pos 1920x0 --rotate normal
-nitrogen --restore
+feh --randomize --no-fehbg \
+ --bg-fill /home/tom/personal/wallpapers/*
xset s off -dpms
xscreensaver -no-splash &
diff --git a/arch/mainline b/arch/mainline
index 638cdce..85e83b9 100644
--- a/arch/mainline
+++ b/arch/mainline
@@ -1,3 +1,4 @@
+abduco
alsa-utils
arandr
autoconf
@@ -5,8 +6,10 @@ automake
base
bc
cmake
+connman
dmenu
dosfstools
+dvtm
efibootmgr
element-desktop
fakeroot
@@ -27,26 +30,19 @@ ncdu
ncmpcpp
neomutt
neovim
-networkmanager
-nitrogen
nmap
openssh
otf-hermit
p7zip
pass
patch
+pipewire
pkgconf
-pulseaudio
-pulseaudio-zeroconf
-pulsemixer
ranger
rsync
scrot
-slock
stone-soup
-systemd-swap
task
-tmux
traceroute
tree
vim
diff --git a/dwm/config.h b/dwm/config.h
index a2ed44e..4b0fcbe 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -58,8 +58,8 @@ static const Layout layouts[] = {
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col, "-sf", col_gray4, NULL };
static const char *passmenucmd[] = { "passmenu", "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col, "-sf", col_gray4, NULL };
-static const char *volumeup[] = { "amixer", "-D", "pulse", "sset", "Master", "5%+", NULL};
-static const char *volumedown[] = { "amixer", "-D", "pulse", "sset", "Master", "5%-", NULL};
+static const char *volumeup[] = { "amixer", "sset", "Master", "5%+", NULL};
+static const char *volumedown[] = { "amixer", "sset", "Master", "5%-", NULL};
static const char *termcmd[] = { "st", NULL };
static Key keys[] = {