> Here the .spectrwm.conf stripping away the comments:
> bar_enabled = 0 > bar_font = xos4 Terminus:pixelsize=24:antialias=true > bar_font_pua = Typicons:pixelsize=24:antialias=true I don't suppose these influence the xterm behaviour > modkey = Mod4 This also. > # Launch applications in a workspace of choice. > # Note that the specified workspace is ignored when 'nospawnws' is set. > autorun = ws[1]:xterm -e tmux > autorun = ws[1]:firefox How exactly does spectrum launch that "xterm -e tmux"? What is that process's environment? Also, do you have ~/.Xdefaults? See mine below - this makes it possible to just launch "xterm" the way I want it anywhere in X. Do I remember right that if you launch 'xterm -e tmux' (e.g. from an existing xterm), UTF renders fine? Jan XTerm*termName: xterm-color XTerm*loginShell: true XTerm*background: black XTerm*foreground: white XTerm*scrollBar: false XTerm*cursorBlink: true XTerm*backarrowKeyIsErase: false XTerm*saveLines: 1024 XTerm*selectToClipboard: true ! xlsfonts -fn -*-fixed-medium-r-normal-*-iso10646-* !*VT100.utf8Fonts.font: -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1 *VT100.utf8Fonts.font: -b&h-lucidatypewriter-medium-r-normal-sans-26-190-100-100-m-159-iso10646-1 XTerm.VT100.translations: #override \n\ Ctrl Alt <Key>C: copy-selection(PRIMARY) \n\ Ctrl Alt <Key>V: insert-selection(PRIMARY) \n