From 5788f66da53205d5290c64ff97f3c817889d6bc0 Mon Sep 17 00:00:00 2001 From: philw Date: Tue, 19 Mar 2024 21:08:41 +0100 Subject: update dotfiles --- x/.Xresources | 20 -------------------- x/.xinitrc | 5 ++++- x/.xprofile | 2 +- 3 files changed, 5 insertions(+), 22 deletions(-) (limited to 'x') 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 dwm.borderpx: 0 dwm.showbar: 0 dwm.font: FiraCode-12; - - *.color0: #1d2021 - *.color1: #cc241d - *.color2: #98971a - *.color3: #d79921 - *.color4: #458588 - *.color5: #b16286 - *.color6: #689d6a - *.color7: #a89984 - *.color8: #928374 - *.color9: #fb4934 - *.color10: #b8bb26 - *.color11: #fabd2f - *.color12: #83a598 - *.color13: #d3869b - *.color14: #8ec07c - *.color15: #ebdbb2 - *.background: #282828 - *.foreground: white - *.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 done unset f fi -exec dbus-run-session dwm +/usr/local/bin/pipewire-start.sh & +dbus-update-activation-environment --all +xsetroot -name " " & +ssh-agent dwm diff --git a/x/.xprofile b/x/.xprofile index 6f80fbd..745769a 100644 --- a/x/.xprofile +++ b/x/.xprofile @@ -1,6 +1,6 @@ #!/bin/sh -autostart="lxpolkit mpd" +autostart="lxqt-policykit-agent mpd" for program in $autostart; do pidof -sx "$program" || "$program" & -- cgit v1.2.3