Created
July 31, 2012 10:28
-
-
Save toch/3215906 to your computer and use it in GitHub Desktop.
My uxterm config with clickable url
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
And put this line in your autostart WM file | |
xrdb -merge $HOME/.uxterm_settings |
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
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