From 5c3f8cb5d66be7a7404386cc9d53824657b3d3b6 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 6 Jun 2023 14:51:53 +0100 Subject: Moves xinitrc into version control This copies the gnome-keyring and dbus-launch invocations from https://a3nm.net/git/myconfig/file/xinitrc.html - in trying to solve the problems with the slow launch of gtk apps. i3 starts ok (after installing dbus-x11 to get dbus-launch) but after the first try, it still takes some time to launch firefox. More testing required. --- xinitrc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 xinitrc (limited to 'xinitrc') diff --git a/xinitrc b/xinitrc new file mode 100755 index 0000000..ce4db29 --- /dev/null +++ b/xinitrc @@ -0,0 +1,4 @@ +gnome-keyring-daemon --replace --daemonize --components=gpg,pkcs11,secrets,ssh +xmodmap .xmodmap +xrdb ~/.Xresources +exec dbus-launch --exit-with-session i3 -- cgit v1.2.3