mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 09:35:40 +02:00
xsession: set XDG_SESSION_DESKTOP and XDG_CURRENT_DESKTOP
This commit is contained in:
parent
0b6ed2b92d
commit
4301dd09f8
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
# Don't read anything from stdin.
|
||||
exec < /dev/null
|
||||
|
||||
# Set some XDG_* variables
|
||||
export XDG_SESSION_DESKTOP=i3
|
||||
export XDG_CURRENT_DESKTOP=i3
|
||||
|
||||
# Ensure we use the appropriate gtkrc-2.0 file
|
||||
export GTK2_RC_FILES=$HOME/.gtkrc-2.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue