aboutsummaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
Diffstat (limited to 'xorg')
-rw-r--r--xorg/.Xmodmap11
-rw-r--r--xorg/.Xmodmap-pckeyboard_fix11
-rw-r--r--xorg/.Xresources34
3 files changed, 56 insertions, 0 deletions
diff --git a/xorg/.Xmodmap b/xorg/.Xmodmap
new file mode 100644
index 0000000..2ff5a51
--- /dev/null
+++ b/xorg/.Xmodmap
@@ -0,0 +1,11 @@
1clear Lock
2keycode 66 = Control_L
3add Control = Control_L
4
5clear Mod4
6clear Mod1
7
8keycode 64 = Super_L
9keycode 133 = Alt_L
10add Mod1 = Alt_L
11add Mod4 = Super_L
diff --git a/xorg/.Xmodmap-pckeyboard_fix b/xorg/.Xmodmap-pckeyboard_fix
new file mode 100644
index 0000000..a89845d
--- /dev/null
+++ b/xorg/.Xmodmap-pckeyboard_fix
@@ -0,0 +1,11 @@
1!clear Lock
2!keycode 66 = Control_L
3!add Control = Control_L
4
5clear Mod4
6add Mod4 = Super_L
7keycode 133 = Super_L
8
9clear Mod1
10keycode 64 = Alt_L
11add Mod1 = Alt_L
diff --git a/xorg/.Xresources b/xorg/.Xresources
new file mode 100644
index 0000000..3903541
--- /dev/null
+++ b/xorg/.Xresources
@@ -0,0 +1,34 @@
1Xcursor.size: 16
2Xft.dpi: 96
3
4! Ctrl+Shift+C and Ctrl+Shift+V for Copy and Paste (using CLIPBOARD)
5xterm*VT100.Translations: #override Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n Ctrl Shift <Key>C: copy-selection(CLIPBOARD)
6
7
8!!!!!!!!!
9! URXVT !
10!!!!!!!!!
11URxvt.font: xft:Inconsolata:style=Regular:pixelsize=13
12! do not scroll with output
13URxvt*scrollTtyOutput: false
14! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
15URxvt*scrollWithBuffer: true
16! scroll back to the bottom on keypress
17URxvt*scrollTtyKeypress: true
18URxvt.termName: xterm-256color
19URxvt.scrollBar: False
20URxvt.reverseVideo: True
21
22URxvt.perl-ext-common: default,matcher,clipboard
23
24! Open URLs with Control+Left Click
25URxvt.url-launcher: /usr/bin/xdg-open
26URxvt.matcher.button: C1
27URxvt.url-select.underline: false
28
29
30URxvt.keysym.C-C: perl:clipboard:copy
31URxvt.keysym.C-V: perl:clipboard:paste
32URxvt.keysym.C-A-V: perl:clipboard:paste_escaped
33!disable Ctrl+Shift shortcut that enters ISO14755 mode
34URxvt.iso14755: false