dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 1128a0a6d38ab684cb628241430e324efc511260
parent 1d6263e3f190a43dd32a782a06e61ae8e03763c8
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon,  9 Jun 2025 11:04:49 +0100

feat(xinit): declare urxvtd-socket

Diffstat:
Mxinit/.xinitrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/xinit/.xinitrc b/xinit/.xinitrc @@ -49,6 +49,7 @@ clipmenud & # load resources. xrdb -load ~/.config/urxvt/.Xdefaults +export RXVT_SOCKET="/home/pyratebeard/.config/urxvt/urxvtd-socket" # set up monitors #xrandr --output DP-1 --off --output DP-2 --off --output HDMI-1 --off --output HDMI-2 --mode 1920x1080 --pos 1920x0 --rotate left --output DVI-D-1 --primary --mode 1920x1080 --pos 0x336 --rotate normal