From 7e7aa928072775240ff70ca61f2dd0e8a09242d8 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 2 Feb 2014 20:35:42 +0100 Subject: (Let's pretend that this is the) initial commit --- X11/XCompose | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++ X11/Xresources | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++ X11/Xresources-theme | 39 +++++++++++++++++++++++++++++ X11/xinitrc | 14 +++++++++++ 4 files changed, 189 insertions(+) create mode 100644 X11/XCompose create mode 100644 X11/Xresources create mode 100644 X11/Xresources-theme create mode 100644 X11/xinitrc (limited to 'X11') 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 + : "å" aring + : "Å" Aring + : "ä" adiaeresis + : "Ä" Adiaeresis + : "ö" odiaeresis + : "Ö" Odiaeresis + : "ü" udiaeresis + : "Ü" Udiaeresis + : "é" eacute + : "É" Eacute + : "è" egrave + : "È" Egrave + : "ï" idiaeresis + : "Ï" Idiaeresis + +# Quotes + : "“" U201C + : "”" U201D + : "‘" U2018 + : "’" U2019 + : "「" UFF62 + : "」" UFF63 + + : "—" U2014 + +# Dots/ellipsises + : "·" periodcentered # MIDDLE DOT + : "…" U2026 # HORIZONTAL ELLIPSIS + + : "←" leftarrow # LEFTWARDS ARROW + : "↓" downarrow # DOWNWARDS ARROW + : "↑" uparrow # UPWARDS ARROW + : "→" rightarrow # RIGHTWARDS ARROW + +# Mathstuffs + : "×" U00D7 # MULTIPLICATION SIGN + : "÷" U00F7 # DIVISION SIGN + : "±" U00B1 # PLUS-MINUS SIGN + <8> <8> : "∞" U221E # INFINITY + + : "≠" U2260 # NOT EQUAL TO + +# Smileys + : "☺" U263A # WHITE SMILING FACE + : "☹" U2639 # WHITE FROWNING FACE + +# Hearts + <3> : "❤" U2764 # HEAVY BLACK HEART + : "❥" U2765 # ROTATED HEAVY BLACK HEART BULLET + +# Stars and misc symbols + : "★" U2605 # BLACK STAR + <0> : "☆" U2606 # WHITE STAR + : "✪" U272A # CIRCLED WHITE STAR + : "☯" U262F # YIN YANG + +# Degree symbols + : "°" U00B0 # DEGREE SIGN + : "℃" U2103 # DEGREE CELSIUS + : "℉" U2109 # DEGREE CELSIUS + +# Intellectual property symbols + : "©" U00A9 # COPYRIGHT SIGN + : "®" U00AE # REGISTERED SIGN + : "™" U2122 # TRADE MARK SIGN + + : "☣" U2623 # BIOHAZARD SIGN + : "☢" 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 -- cgit v1.2.3-54-g00ecf