X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/936b72793308aeabbd1bb2d98475e39167bf2014..2f39c33b8dba90f0defa3eccb1ee21ade1ddd53e:/dot/xinitrc diff --git a/dot/xinitrc b/dot/xinitrc index 51a9cae..cdb09ce 100755 --- a/dot/xinitrc +++ b/dot/xinitrc @@ -108,7 +108,11 @@ fi ### Iniitial settings. ## Assume X sessions are secure. -export __mdw_sechost="`hostname`" +export __mdw_sechost="$(hostname)" + +## Tell things that XFCE is in charge. This is the most desktoppy thing that +## I run, so it's not entirely wrong. +: ${XDG_CURRENT_DESKTOP=XFCE}; export XDG_CURRENT_DESKTOP ## Obtain the screen dimensions. case ",$XWIDTH,$XHEIGHT," in