dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 957d800145dbf2b19be21c19f9067abdcf91644d
parent db4965c289574f86a800a891901b42312bcb3902
Author: Andrew Laack <andrew@laack.co>
Date:   Sun,  8 Mar 2026 20:18:23 -0500

Updated xinitrc to fix issue w/ dbus stuff (this has been an issue for **years**)

Diffstat:
Mmimeapps.list | 2++
Mpavucontrol.ini | 4++--
Mxinitrc | 2++
3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/mimeapps.list b/mimeapps.list @@ -11,6 +11,8 @@ x-scheme-handler/http=librewolf.desktop x-scheme-handler/https=librewolf.desktop x-scheme-handler/about=librewolf.desktop x-scheme-handler/unknown=librewolf.desktop +x-scheme-handler/sgnl=signal.desktop +x-scheme-handler/signalcaptcha=signal.desktop [Added Associations] x-scheme-handler/mailto=userapp-Thunderbird-2CP6Y2.desktop; diff --git a/pavucontrol.ini b/pavucontrol.ini @@ -1,6 +1,6 @@ [window] -width=961 -height=1180 +width=1278 +height=1418 sinkInputType=1 sourceOutputType=1 sinkType=0 diff --git a/xinitrc b/xinitrc @@ -11,4 +11,6 @@ xset s off dunst & +dbus-update-activation-environment --systemd DISPLAY + while true; do dwm 2> ~/.dwm.log ; done