diff options
author | Alan Pearce | 2020-04-03 13:27:46 +0200 |
---|---|---|
committer | Alan Pearce | 2020-04-03 13:27:46 +0200 |
commit | 7f527bb245c0dad5f827a24fe135611650ab082c (patch) | |
tree | 73cee66f282fe5b7b324299636a87510e013a0e2 /user/xresources/main | |
parent | 657f50fc07a9e65a33168cdf5451a6b05e48b651 (diff) | |
download | nixfiles-7f527bb245c0dad5f827a24fe135611650ab082c.tar.lz nixfiles-7f527bb245c0dad5f827a24fe135611650ab082c.tar.zst nixfiles-7f527bb245c0dad5f827a24fe135611650ab082c.zip |
Reorganise folder structure to remove hidden files
After moving from GNU Stow, this is not necessary. Non-hidden files are much easier to work with.
Diffstat (limited to 'user/xresources/main')
-rw-r--r-- | user/xresources/main | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/user/xresources/main b/user/xresources/main new file mode 100644 index 00000000..fbe418bc --- /dev/null +++ b/user/xresources/main @@ -0,0 +1,59 @@ +#include "base16-tomorrow" + +*.font: -xos4-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-* + +Xcursor.theme: Bibata Oil +Xcursor.size: 16 + +Emacs.ToolBar: off +Emacs.MenuBar: off +Emacs.ScrollBars: off +Emacs.CursorBlink: off + +rofi.font: Monospace Bold 14 + +st.borderpx: 1 +st.chscale: 1.2 +st.bold_font: 0 +st.mouseScrollLines: 3 + +URxvt.fading: 0 +URxvt.geometry: 100x40 +URxvt.urgentOnBell: true + +URxvt.scrollBar: false +URxvt.scrollstyle: plain +URxvt.scrollTtyOutput: false +URxvt.scrollWithBuffer: true +URxvt.scrollTtyKeypress: true +URxvt.saveLines: 16384 +URxvt.secondaryScroll: false + +URxvt.boldFont: -xos4-terminus-bold-r-*-*-12-*-*-*-*-*-iso10646-* +URxvt.intensityStyles: true + +URxvt.pointerBlank: true +URxvt.pointerBlankDelay: 987654321 +URxvt.letterSpace: 0 +URxvt.lineSpace: 2 + +xterm*backarrowKeyIsErase: true +xterm*ptyInitialErase: true +xterm*metaSendsEscape: true +xterm*altSendsEscape: true +xterm*eightBitInput: false +xterm*eightBitMeta: false +xterm*decTerminalId: vt340 +xterm*numColorRegisters: 256 +xterm*termName: xterm-256color +xterm.utf8: true + +xterm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48 +xterm*on3Clicks: regex ([[:alpha:]]+://)?([[:alnum:]!#+,./=?@_~-]|(%[[:xdigit:]][[:xdigit:]]))+ + +xterm*VT100.Translations: #override \ + Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\ + Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\ + Alt Shift <Key>V: insert-selection(CLIPBOARD) \n\ + Alt Shift <Key>C: copy-selection(CLIPBOARD) \n\ + Shift <Btn1Up>: exec-formatted("$BROWSER '%t'", PRIMARY) |