diff options
author | listout <listout@protonmail.com> | 2022-05-26 21:20:26 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-05-26 21:20:26 +0530 |
commit | 7354069dccb163c0fbba920953c9379b9e7f8056 (patch) | |
tree | 1c99b102b73a0c8c07e1c0acece6972deb2f3c39 /.xinitrc | |
parent | 0abb2733035d34ab47cd7c5cf11085ef3879747f (diff) |
config: xinitrc: launching gnome and some gnome specific settings
Signed-off-by: listout <listout@protonmail.com>
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: |