diff options
author | Matthew Lemon <y@yulqen.org> | 2023-06-06 14:51:53 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-06-06 14:51:53 +0100 |
commit | 5c3f8cb5d66be7a7404386cc9d53824657b3d3b6 (patch) | |
tree | 7a3fce18ad07e0e6c065a825eff07ec783ba6110 /xinitrc | |
parent | c416eccf407f5173371a6063619b807c3c85526b (diff) |
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.
Diffstat (limited to 'xinitrc')
-rwxr-xr-x | xinitrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |