-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathXresources
28 lines (22 loc) · 935 Bytes
/
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
#include ".dotfiles/x-resources/solarized"
#include ".dotfiles/x-resources/font"
URxvt*loginShell: true
URxvt.scrollstyle: plain
URxvt.saveLines: 4096
URxvt.urgentOnBell: true
URxvt.intensityStyles: false
URxvt.perl-ext-common: default,url-select,keyboard-select,font-size
!keyboard-select: select & copy text without the mouse
!url-select: Copy or open URLs with the keyboard
! Get them from https://github.com/muennich/urxvt-perls
!font-size: Change font-size on the fly
! Get it from https://github.com/majutsushi/urxvt-font-size
URxvt.url-select.launcher: xdg-open
URXvt.url-select.underline: true
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym:M-s: perl:keyboard-select:search
URxvt.keysym.C-Up: perl:font-size:increase
URxvt.keysym.C-Down: perl:font-size:decrease
URxvt.keysym.C-S-Up: perl:font-size:incglobal
URxvt.keysym.C-S-Down: perl:font-size:decglobal