diff options
author | listout <listout@protonmail.com> | 2022-06-18 05:33:23 +0000 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-06-18 05:33:23 +0000 |
commit | 95082b11c851d1e732daa8d801f9a3d49daafe3d (patch) | |
tree | 3feb11d6b2d5697633261861fda9eb5eb4bab19c /.xinitrc | |
parent | 44e9ac6fee76125beec6bc6b15c3847b298469b1 (diff) | |
parent | 66467a4bf483eaab6bb1d8224c4929f2826aa0c7 (diff) |
Merge branch 'nord' into 'master'
shell: prompt: update pure prompt
See merge request listout/dots!1
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,6 +2,8 @@ xsetroot -cursor_name left_ptr #eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh) export SSH_AUTH_SOCK xrdb ~/.Xresources && -dbus-launch /usr/bin/bspwm +#dbus-launch /usr/bin/bspwm +export XDG_MENU_PREFIX=gnome- +exec gnome-session # vim: set ft=sh: |