aboutsummaryrefslogtreecommitdiffstats
path: root/x
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--x/.Xresources20
-rw-r--r--x/.xinitrc5
-rw-r--r--x/.xprofile2
3 files changed, 5 insertions, 22 deletions
diff --git a/x/.Xresources b/x/.Xresources
index 1f301c5..60dd175 100644
--- a/x/.Xresources
+++ b/x/.Xresources
@@ -6,23 +6,3 @@ st.borderpx: 0
6dwm.borderpx: 0 6dwm.borderpx: 0
7dwm.showbar: 0 7dwm.showbar: 0
8dwm.font: FiraCode-12; 8dwm.font: FiraCode-12;
9
10 *.color0: #1d2021
11 *.color1: #cc241d
12 *.color2: #98971a
13 *.color3: #d79921
14 *.color4: #458588
15 *.color5: #b16286
16 *.color6: #689d6a
17 *.color7: #a89984
18 *.color8: #928374
19 *.color9: #fb4934
20 *.color10: #b8bb26
21 *.color11: #fabd2f
22 *.color12: #83a598
23 *.color13: #d3869b
24 *.color14: #8ec07c
25 *.color15: #ebdbb2
26 *.background: #282828
27 *.foreground: white
28 *.cursorColor: white
diff --git a/x/.xinitrc b/x/.xinitrc
index 78a943a..a5aeb1f 100644
--- a/x/.xinitrc
+++ b/x/.xinitrc
@@ -30,4 +30,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
30 done 30 done
31 unset f 31 unset f
32fi 32fi
33exec dbus-run-session dwm 33/usr/local/bin/pipewire-start.sh &
34dbus-update-activation-environment --all
35xsetroot -name " " &
36ssh-agent dwm
diff --git a/x/.xprofile b/x/.xprofile
index 6f80fbd..745769a 100644
--- a/x/.xprofile
+++ b/x/.xprofile
@@ -1,6 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2 2
3autostart="lxpolkit mpd" 3autostart="lxqt-policykit-agent mpd"
4 4
5for program in $autostart; do 5for program in $autostart; do
6 pidof -sx "$program" || "$program" & 6 pidof -sx "$program" || "$program" &