-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathXresources
51 lines (46 loc) · 1.52 KB
/
Xresources
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#ifdef SRVR_swimmer
Xft.dpi: 192
Xcursor.size: 48
*font: xft:monospace:pixelsize=30.0
*faceName: xft:monospace:pixelsize=30.0
#elif SRVR_komala
Xft.dpi: 96
Xcursor.size: 36
*font: xft:monospace:pixelsize=16.0
*faceName: xft:monospace:pixelsize=16.0
#elif SRVR_tj
Xft.dpi: 120
Xcursor.size: 36
*font: xft:monospace:pixelsize=18.0
*faceName: xft:monospace:pixelsize=18.0
#endif
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: 1
Xft.antialias: 1
Xcursor.theme: catppuccin-latte-dark-cursors
*internalBorder: 24
*loginShell: true
*scrollBar: false
*saveLines: 10000
*xterm*termName: xterm-256color
*xterm*renderFont: true
*xterm*wideChars: true
*xterm*decTerminalID: 340
*xterm*decGraphicsID: 340
*xterm*highlightSelection: true
*xterm*highlightReverse: true
*xterm*trimSelection: 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*visualBell: true
*xterm*bellIsUrgent: true
*xterm*VT100*translations: #override \n\
Ctrl <Key> -: smaller-vt-font() \n\
Ctrl <Key> +: larger-vt-font() \n\
Ctrl <Key> 0: set-vt-font(d) \n\
Ctrl Shift <Key> C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <Key> V: insert-selection(CLIPBOARD) \n\
Meta<Btn1Up>: exec-formatted("xdg-open '%t'", PRIMARY)
#include "/home/swimmer/.config/colours/default.ini"