1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 11:01:07 +01:00
Files
niveum/dot/xresources.nix

14 lines
414 B
Nix
Raw Normal View History

2018-11-15 21:09:33 +01:00
''
XTerm*termName: xterm-256color
XTerm*locale: true
XTerm*saveLines: 4096
XTerm*geometry: 80x32
XTerm*reverseVideo: true
XTerm*faceName: Source Code Pro for Powerline:size=10:antialias=true
XTerm*font: 7x13
Xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48
XTerm*translations: #override \n\
2018-11-15 21:09:33 +01:00
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
''