Skip to content

Instantly share code, notes, and snippets.

@toch
Created July 31, 2012 10:28
Show Gist options
  • Save toch/3215906 to your computer and use it in GitHub Desktop.
Save toch/3215906 to your computer and use it in GitHub Desktop.
My uxterm config with clickable url
UXTerm*background: black
UXTerm*foreground: white
UXTerm*cursorColor: grey
UXTerm*faceName: Liberation Mono
UXTerm*faceSize: 11
UXTerm*VT100*translations: #override Shift <Btn1Up>: exec-formatted("firefox '%t'", PRIMARY)
UXTerm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
And put this line in your autostart WM file
xrdb -merge $HOME/.uxterm_settings
@prasannarajaram
Copy link

How do it put this in the i3 config file? i3 is my WM.
I tried set xrdb -merge $HOME/.uxterm_settings. It is throwing an error

@arnoldobr
Copy link

I use i3wm. Copy content of .uxterm_settings to .Xresources and change your keybind to uxterm:

bindsym $mod+Return exec --no-startup-id uxterm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment