diff options
author | Julian T <julian@jtle.dk> | 2024-05-09 12:05:05 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2024-05-09 12:05:05 +0200 |
commit | 0066cbfc40878e5d6ad2b0d13c1e3600bd43318a (patch) | |
tree | 0e2cf575b79e03801abf839c2cf3e7f8af4b2029 /xinitrc_sample | |
parent | aa4f850a69acd73186eb1470a2ae425c663c4f8d (diff) |
Diffstat (limited to 'xinitrc_sample')
-rw-r--r-- | xinitrc_sample | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xinitrc_sample b/xinitrc_sample index 535287f..9355fa1 100644 --- a/xinitrc_sample +++ b/xinitrc_sample @@ -1,8 +1,7 @@ -export LOPTS="gnome-keyring jpinput" +export LOPTS="gnome-keyring panel" export WALLCONFIG="$HOME/Pictures/Rand/walls/config.yaml" # Launch other stuff source ~/.xprofile -source ~/Scripts/xlaunchrc -exec ~/.launchxvm +exec dbus-launch --exit-with-session ~/.xsession |