diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-02 20:35:42 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-02 22:01:01 +0100 |
commit | 7e7aa928072775240ff70ca61f2dd0e8a09242d8 (patch) | |
tree | e22d0a73612befd95744dec72770e74593ab47cd /X11 | |
download | dotfiles-7e7aa928072775240ff70ca61f2dd0e8a09242d8.tar.xz |
(Let's pretend that this is the) initial commit
Diffstat (limited to 'X11')
-rw-r--r-- | X11/XCompose | 69 | ||||
-rw-r--r-- | X11/Xresources | 67 | ||||
-rw-r--r-- | X11/Xresources-theme | 39 | ||||
-rw-r--r-- | X11/xinitrc | 14 |
4 files changed, 189 insertions, 0 deletions
diff --git a/X11/XCompose b/X11/XCompose new file mode 100644 index 0000000..2a526c2 --- /dev/null +++ b/X11/XCompose @@ -0,0 +1,69 @@ +# Various extra characters +<Multi_key> <a> <o> : "å" aring +<Multi_key> <A> <o> : "Å" Aring +<Multi_key> <a> <e> : "ä" adiaeresis +<Multi_key> <A> <e> : "Ä" Adiaeresis +<Multi_key> <o> <e> : "ö" odiaeresis +<Multi_key> <O> <e> : "Ö" Odiaeresis +<Multi_key> <quotedbl> <u> : "ü" udiaeresis +<Multi_key> <quotedbl> <U> : "Ü" Udiaeresis +<Multi_key> <apostrophe> <e> : "é" eacute +<Multi_key> <apostrophe> <E> : "É" Eacute +<Multi_key> <grave> <e> : "è" egrave +<Multi_key> <grave> <E> : "È" Egrave +<Multi_key> <quotedbl> <i> : "ï" idiaeresis +<Multi_key> <quotedbl> <I> : "Ï" Idiaeresis + +# Quotes +<Multi_key> <quotedbl> <bracketleft> : "“" U201C +<Multi_key> <quotedbl> <bracketright> : "”" U201D +<Multi_key> <apostrophe> <bracketleft> : "‘" U2018 +<Multi_key> <apostrophe> <bracketright> : "’" U2019 +<Multi_key> <less> <bracketleft> : "「" UFF62 +<Multi_key> <more> <bracketright> : "」" UFF63 + +<Multi_key> <e> <m> <minus> : "—" U2014 + +# Dots/ellipsises +<Multi_key> <period> <colon> : "·" periodcentered # MIDDLE DOT +<Multi_key> <period> <period> <period> : "…" U2026 # HORIZONTAL ELLIPSIS + +<Multi_key> <minus> <less> : "←" leftarrow # LEFTWARDS ARROW +<Multi_key> <minus> <v> : "↓" downarrow # DOWNWARDS ARROW +<Multi_key> <minus> <asciicircum> : "↑" uparrow # UPWARDS ARROW +<Multi_key> <minus> <greater> : "→" rightarrow # RIGHTWARDS ARROW + +# Mathstuffs +<Multi_key> <x> <x> : "×" U00D7 # MULTIPLICATION SIGN +<Multi_key> <slash> <slash> : "÷" U00F7 # DIVISION SIGN +<Multi_key> <plus> <minus> : "±" U00B1 # PLUS-MINUS SIGN +<Multi_key> <8> <8> : "∞" U221E # INFINITY + +<Multi_key> <slash> <equal> : "≠" U2260 # NOT EQUAL TO + +# Smileys +<Multi_key> <colon> <parenright> : "☺" U263A # WHITE SMILING FACE +<Multi_key> <colon> <parenleft> : "☹" U2639 # WHITE FROWNING FACE + +# Hearts +<Multi_key> <less> <3> : "❤" U2764 # HEAVY BLACK HEART +<Multi_key> <less> <e> : "❥" U2765 # ROTATED HEAVY BLACK HEART BULLET + +# Stars and misc symbols +<Multi_key> <asterisk> <asterisk> : "★" U2605 # BLACK STAR +<Multi_key> <asterisk> <0> : "☆" U2606 # WHITE STAR +<Multi_key> <asterisk> <minus> : "✪" U272A # CIRCLED WHITE STAR +<Multi_key> <y> <y> : "☯" U262F # YIN YANG + +# Degree symbols +<Multi_key> <asciicircum> <o> : "°" U00B0 # DEGREE SIGN +<Multi_key> <o> <C> : "℃" U2103 # DEGREE CELSIUS +<Multi_key> <o> <F> : "℉" U2109 # DEGREE CELSIUS + +# Intellectual property symbols +<Multi_key> <c> <s> : "©" U00A9 # COPYRIGHT SIGN +<Multi_key> <r> <s> : "®" U00AE # REGISTERED SIGN +<Multi_key> <t> <m> : "™" U2122 # TRADE MARK SIGN + +<Multi_key> <b> <h> <s> : "☣" U2623 # BIOHAZARD SIGN +<Multi_key> <r> <a> <s> : "☢" U2622 # RADIOACTIVE SIGN diff --git a/X11/Xresources b/X11/Xresources new file mode 100644 index 0000000..5ef5d6a --- /dev/null +++ b/X11/Xresources @@ -0,0 +1,67 @@ +Xcursor.theme: Vanilla-DMZ-AA + +!URxvt*termName: rxvt-unicode-256color + +!URxvt*loginShell: true + +URxvt.iconFile: /usr/share/icons/elementary-xfce/apps/32/terminal.svg + +!transparency +URxvt.depth: 32 +URxvt.background: [80]#000000 +URxvt.fading: 0 + +!urxvt fonts: + +URxvt*font: xft:Ubuntu Mono:pixelsize=15 +URxvt*boldFont: xft:Ubuntu Mono:bold:pixelsize=15 + +URxvt*geometry: 90x25 + +!urxvt extensions: +URxvt.perl-ext-common: default,fullscreen,tabbedex,vtwheel,clipboard,url-select,keyboard-select +URxvt.url-select.launcher: /usr/bin/firefox +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.F11: perl:fullscreen:switch + +!enabling clickable links: +!URxvt.url-launcher: /usr/bin/firefox +!URxvt.matcher.button: 1 + +!urxvt scrolling options and cursor style: +URxvt*saveLines: 12000 +URxvt*scrollstyle:plain +URxvt*scrollBar: true +URxvt*scrollBar_right: true +URxvt*cursorBlink: true +URxvt*cursorUnderline: true + +! urxvt tabs settings: +URxvt.tabbed.tabbar-fg: 2 +URxvt.tabbed.tabbar-bg: 0 +URxvt.tabbed.tab-fg: 2 +URxvt.tabbed.tab-bg: 8 +URxvt.tabbed.autohide: yes +URxvt.tabbed.new-button: no +URxvt.tabbed.title: no + +URxvt*.keysym.Control-Up: \033[1;5A +URxvt*.keysym.Control-Down: \033[1;5B +URxvt*.keysym.Control-Left: \033[1;5D +URxvt*.keysym.Control-Right: \033[1;5C + +URxvt.colorIT: #87af5f +URxvt.colorBD: #d7d7d7 +URxvt.colorUL: #87afd7 + +*VT100.colorBDMode: true +*VT100.colorBD: red +*VT100.colorULMode: true +*VT100.colorUL: cyan +XTerm*bellIsUrgent: true +URxvt.urgentOnBell: true diff --git a/X11/Xresources-theme b/X11/Xresources-theme new file mode 100644 index 0000000..1b636be --- /dev/null +++ b/X11/Xresources-theme @@ -0,0 +1,39 @@ +! ---------------------------------------------------------------------------- +! file: Xresources-colors +! author: Miblo - http://miblodelcarpio.blog.co.uk/ +! modified: 2012-06-15 +! vim:fenc=utf-8:nu:ai:si:et:ts=4:sw=4:ft=xdefaults: +! ---------------------------------------------------------------------------- + +*background: #000000 +*foreground: #FFFFFF +*fading: 40 +*fadeColor: #000000 +*cursorColor: #33FF33 +*pointerColorBackground:#99FF33 +*pointerColorForeground:#000000 + +!! blacks: Black / Dark grey +*color0: #000000 +*color8: #3D3D3D +!! reds: Strong red / Light brilliant red +*color1: #B80000 +*color9: #FF3333 +!! greens: Light brilliant green / Light brilliant chartreuse green +*color2: #33FF33 +*color10: #99FF33 +!! yellows: Light brilliant orange / Light brilliant yellow +*color3: #FF9933 +*color11: #FFFF33 +!! blues: Light brilliant blue / Light brilliant azure +*color4: #3333FF +*color12: #3399FF +!! magentas: Light brilliant magenta / Light brilliant violet +*color5: #FF33FF +*color13: #9933FF +!! cyans: Light brilliant cyan / Very light cyan +*color6: #33FFFF +*color14: #99FFFF +!! whites: Cosmic latte / White +*color7: #FFF8E7 +*color15: #FFFFFF diff --git a/X11/xinitrc b/X11/xinitrc new file mode 100644 index 0000000..dd2b874 --- /dev/null +++ b/X11/xinitrc @@ -0,0 +1,14 @@ +#!/bin/sh +# +# ~/.xinitrc +# +# Executed by startx (run your window manager from here) + +if [ -d /etc/X11/xinit/xinitrc.d ]; then + for f in /etc/X11/xinit/xinitrc.d/*; do + [ -x "$f" ] && . "$f" + done + unset f +fi + +exec i3 -c /home/kyrias/.config/i3/config |