-
Notifications
You must be signed in to change notification settings - Fork 3
/
.Xdefaults
43 lines (34 loc) · 1.26 KB
/
.Xdefaults
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
! URxvt Basic Settings
URxvt*scrollBar: false
URxvt*transparent: false
URXvt*pixbuf: true
URxvt.internalBorder: 10
URxvt.font:xft:terminus:size=12
URxvt.boldFont:xft:terminus:style=Bold:size=12
!URxvt.letterSpace: -1
URxvt.saveLines: 200000
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true
URxvt*scrollTtyKeypress: true
! Disabling the ctrl+shift selector
URxvt.iso14755: false
URxvt.iso14755_52: false
! Common Keybinds for Navigations
URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down: command:\033]721;1\007
! Copy Paste & Other Extensions
URxvt.perl-lib: /usr/lib/urxvt/perl
URxvt.perl-ext-common: default,clipboard,url-select,font-size
URxvt.copyCommand: xclip -i -selection clipboard
URxvt.pasteCommand: xclip -o -selection clipboard
URxvt.url-select.launcher: /home/owo/Scripts/urlHandler.sh
URxvt.url-select.underline: true
URxvt.url-select.autocopy: true
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.Control-minus: font-size:decrease
URxvt.keysym.Control-equal: font-size:increase