X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/b6f657376564f477ad08e0a3f4f063872ebd8b44..2f39c33b8dba90f0defa3eccb1ee21ade1ddd53e:/dot/xinitrc diff --git a/dot/xinitrc b/dot/xinitrc index 8bff85f..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 @@ -217,7 +221,7 @@ start-clients () { ## Choose appropriate clients. emacs=$(pick_program emacs \ - emacs23-lucid emacs24-lucid emacs23 emacs24 emacs22 emacs21 emacs) + emacs24-lucid emacs23-lucid emacs24 emacs23 emacs22 emacs21 emacs) term=$(pick_program terminal pterm Eterm xterm) ## Emacs window measurements.