From 461ba78442c1adeabe01059a57e36b429beffc71 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Tue, 20 Jun 2017 17:02:06 +0200
Subject: fix
---
by_os/Darwin/cups/.cups/lpoptions | 1 +
by_os/Darwin/input/.inputrc | 20 ++
by_os/Darwin/mutt/.mutt/mailcap | 6 +
by_os/Darwin/mutt/.mutt/open-in-safari | 8 +
by_os/Darwin/newsbeuter/.newsbeuter/config | 25 ++
by_os/Darwin/task/.taskrc | 4 +
by_os/Linux/X/.Xdefaults | 72 ++++++
by_os/Linux/X/.Xmodmap | 10 +
by_os/Linux/X/.xbindkeysrc | 39 +++
by_os/Linux/X/.xinitrc | 5 +
by_os/Linux/cups/.cups/lpoptions | 2 +
by_os/Linux/feh/.fehbg | 1 +
by_os/Linux/gtk/.gtkrc-2.0 | 226 +++++++++++++++++
by_os/Linux/imwheel/.imwheelrc | 3 +
by_os/Linux/input/.inputrc | 6 +
by_os/Linux/khal/.config/khal/khal.conf | 25 ++
.../firefox/pks.default/searchplugins/amazon.xml | 9 +
.../pks.default/searchplugins/duckduckgo.xml | 9 +
.../firefox/pks.default/searchplugins/ebay.xml | 9 +
.../firefox/pks.default/searchplugins/geizhals.xml | 9 +
.../pks.default/searchplugins/google-de.xml | 13 +
.../firefox/pks.default/searchplugins/google.xml | 13 +
.../firefox/pks.default/searchplugins/imdb.xml | 11 +
.../firefox/pks.default/searchplugins/img.xml | 11 +
.../firefox/pks.default/searchplugins/leo-frde.xml | 10 +
.../firefox/pks.default/searchplugins/leo-itde.xml | 10 +
.../firefox/pks.default/searchplugins/leo-rude.xml | 10 +
.../firefox/pks.default/searchplugins/leo.xml | 10 +
.../pks.default/searchplugins/wetteronline.xml | 9 +
.../pks.default/searchplugins/wikipedia.xml | 9 +
.../pks.default/searchplugins/wikipediade.xml | 9 +
.../firefox/pks.default/searchplugins/youtube.xml | 14 +
by_os/Linux/mozilla/.mozilla/firefox/profiles.ini | 14 +
by_os/Linux/mpv/.config/mpv/mpv.conf | 21 ++
by_os/Linux/mtools/.mtoolsrc | 1 +
by_os/Linux/mutt/.mutt/mailcap | 10 +
by_os/Linux/ncftp/.ncftp/prefs_v3 | 21 ++
by_os/Linux/newsbeuter/.newsbeuter/config | 25 ++
by_os/Linux/photorec/.photorec.cfg | 281 +++++++++++++++++++++
by_os/Linux/ratpoison/.ratpoisonrc | 34 +++
by_os/Linux/rtorrent/.rtorrent.rc | 110 ++++++++
by_os/Linux/task/.taskrc | 4 +
by_os/Linux/urxvt/.urxvt/urxvt-perls | 1 +
by_os/Linux/urxvt/.urxvt/urxvt-tabbedex | 1 +
by_os/Linux/xdg/.config/user-dirs.dirs | 8 +
45 files changed, 1149 insertions(+)
create mode 100644 by_os/Darwin/cups/.cups/lpoptions
create mode 100644 by_os/Darwin/input/.inputrc
create mode 100644 by_os/Darwin/mutt/.mutt/mailcap
create mode 100755 by_os/Darwin/mutt/.mutt/open-in-safari
create mode 100644 by_os/Darwin/newsbeuter/.newsbeuter/config
create mode 100644 by_os/Darwin/task/.taskrc
create mode 100644 by_os/Linux/X/.Xdefaults
create mode 100644 by_os/Linux/X/.Xmodmap
create mode 100644 by_os/Linux/X/.xbindkeysrc
create mode 100644 by_os/Linux/X/.xinitrc
create mode 100644 by_os/Linux/cups/.cups/lpoptions
create mode 100644 by_os/Linux/feh/.fehbg
create mode 100644 by_os/Linux/gtk/.gtkrc-2.0
create mode 100644 by_os/Linux/imwheel/.imwheelrc
create mode 100644 by_os/Linux/input/.inputrc
create mode 100644 by_os/Linux/khal/.config/khal/khal.conf
create mode 100644 by_os/Linux/mozilla/.mozilla/firefox/pks.default/searchplugins/amazon.xml
create mode 100644 by_os/Linux/mozilla/.mozilla/firefox/pks.default/searchplugins/duckduckgo.xml
create mode 100644 by_os/Linux/mozilla/.mozilla/firefox/pks.default/searchplugins/ebay.xml
create mode 100644 by_os/Linux/mozilla/.mozilla/firefox/pks.default/searchplugins/geizhals.xml
create mode 100644 by_os/Linux/mozilla/.mozilla/firefox/pks.default/searchplugins/google-de.xml
create mode 100644 by_os/Linux/mozilla/.mozilla/firefox/pks.default/searchplugins/google.xml
create mode 100644 by_os/Linux/mozilla/.mozilla/firefox/pks.default/searchplugins/imdb.xml
create mode 100644 by_os/Linux/mozilla/.mozilla/firefox/pks.default/searchplugins/img.xml
create mode 100644 by_os/Linux/mozilla/.mozilla/firefox/pks.default/searchplugins/leo-frde.xml
create mode 100644 by_os/Linux/mozilla/.mozilla/firefox/pks.default/searchplugins/leo-itde.xml
create mode 100644 by_os/Linux/mozilla/.mozilla/firefox/pks.default/searchplugins/leo-rude.xml
create mode 100644 by_os/Linux/mozilla/.mozilla/firefox/pks.default/searchplugins/leo.xml
create mode 100644 by_os/Linux/mozilla/.mozilla/firefox/pks.default/searchplugins/wetteronline.xml
create mode 100644 by_os/Linux/mozilla/.mozilla/firefox/pks.default/searchplugins/wikipedia.xml
create mode 100644 by_os/Linux/mozilla/.mozilla/firefox/pks.default/searchplugins/wikipediade.xml
create mode 100644 by_os/Linux/mozilla/.mozilla/firefox/pks.default/searchplugins/youtube.xml
create mode 100644 by_os/Linux/mozilla/.mozilla/firefox/profiles.ini
create mode 100644 by_os/Linux/mpv/.config/mpv/mpv.conf
create mode 100644 by_os/Linux/mtools/.mtoolsrc
create mode 100644 by_os/Linux/mutt/.mutt/mailcap
create mode 100644 by_os/Linux/ncftp/.ncftp/prefs_v3
create mode 100644 by_os/Linux/newsbeuter/.newsbeuter/config
create mode 100644 by_os/Linux/photorec/.photorec.cfg
create mode 100644 by_os/Linux/ratpoison/.ratpoisonrc
create mode 100644 by_os/Linux/rtorrent/.rtorrent.rc
create mode 100644 by_os/Linux/task/.taskrc
create mode 160000 by_os/Linux/urxvt/.urxvt/urxvt-perls
create mode 160000 by_os/Linux/urxvt/.urxvt/urxvt-tabbedex
create mode 100644 by_os/Linux/xdg/.config/user-dirs.dirs
(limited to 'by_os')
diff --git a/by_os/Darwin/cups/.cups/lpoptions b/by_os/Darwin/cups/.cups/lpoptions
new file mode 100644
index 0000000..c26cf6c
--- /dev/null
+++ b/by_os/Darwin/cups/.cups/lpoptions
@@ -0,0 +1 @@
+Default Kyocera_ECOSYS_P6021cdn
diff --git a/by_os/Darwin/input/.inputrc b/by_os/Darwin/input/.inputrc
new file mode 100644
index 0000000..0fe68cf
--- /dev/null
+++ b/by_os/Darwin/input/.inputrc
@@ -0,0 +1,20 @@
+"\e[1~": beginning-of-line
+"\e[4~": end-of-line
+"\e[5~": history-search-backward
+"\e[6~": history-search-forward
+"\e[3~": delete-char
+"\e[2~": quoted-insert
+"\e[5C": forward-word
+"\e[5D": backward-word
+"\e\e[C": forward-word
+"\e\e[D": backward-word
+
+set completion-ignore-case on
+set expand-tilde on
+set convert-meta off
+set input-meta on
+set output-meta on
+set show-all-if-ambiguous on
+set visible-stats on
+set -o vi
+
diff --git a/by_os/Darwin/mutt/.mutt/mailcap b/by_os/Darwin/mutt/.mutt/mailcap
new file mode 100644
index 0000000..a319c8c
--- /dev/null
+++ b/by_os/Darwin/mutt/.mutt/mailcap
@@ -0,0 +1,6 @@
+image/*; cat - | open -W -F -n %s > /dev/null
+text/html; ~/.mutt/open-in-safari %s
+text/html; w3m -I %{charset} -O utf-8 -T text/html -dump %s; copiousoutput
+text/*; cat - | open -W -F -n %s > /dev/null
+application/*; cat - | open %s >/dev/null
+
diff --git a/by_os/Darwin/mutt/.mutt/open-in-safari b/by_os/Darwin/mutt/.mutt/open-in-safari
new file mode 100755
index 0000000..0e122f5
--- /dev/null
+++ b/by_os/Darwin/mutt/.mutt/open-in-safari
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+cp $1 $1.copy.html
+( open -a Safari "$1.copy.html";
+sleep 30;
+rm -f "$1.copy.html";
+) &
+
diff --git a/by_os/Darwin/newsbeuter/.newsbeuter/config b/by_os/Darwin/newsbeuter/.newsbeuter/config
new file mode 100644
index 0000000..a358dbc
--- /dev/null
+++ b/by_os/Darwin/newsbeuter/.newsbeuter/config
@@ -0,0 +1,25 @@
+highlight article "^Title: .*$" magenta black bold
+color listnormal white black
+color listfocus magenta black
+color listfocus_unread black white
+color info color7 black
+color article color246 black
+
+#highlight feedlist "^.* N .*$" color15 default bold
+#highlight articlelist "^.* N .*$" color15 default bold
+#highlight article "^Feed: .*$" color3 default
+#highlight article "^Author: .*$" color5 default
+#highlight article "^Link: .*$" blue default
+#highlight article "^Date: .*$" color4 default
+
+browser "open-in-safari"
+show-read-articles no
+
+bind-key j down
+bind-key k up
+bind-key h left
+bind-key l right
+bind-key m toggle-show-read-feeds
+bind-key a mark-feed-read
+bind-key o open-in-browser-and-mark-read
+
diff --git a/by_os/Darwin/task/.taskrc b/by_os/Darwin/task/.taskrc
new file mode 100644
index 0000000..fec3497
--- /dev/null
+++ b/by_os/Darwin/task/.taskrc
@@ -0,0 +1,4 @@
+data.location=~/.task
+
+include /Users/pks/.local/share/doc/task/rc/solarized-dark-256.theme
+
diff --git a/by_os/Linux/X/.Xdefaults b/by_os/Linux/X/.Xdefaults
new file mode 100644
index 0000000..3b1353f
--- /dev/null
+++ b/by_os/Linux/X/.Xdefaults
@@ -0,0 +1,72 @@
+URxvt*termName: rxvt
+URxvt.perl-lib: /home/pks/.urxvt/
+URxvt.perl-ext-common: default,tabbedex,url-select,clipboard,keyboard-select
+
+/* keyboard (M is alt) */
+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.M-c: perl:clipboard:copy
+URxvt.keysym.M-v: perl:clipboard:paste
+URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
+
+/* borderless and no scrollbar */
+URxvt*scrollBar: false
+URxvt*scrollBar_right: false
+URxvt*borderLess: false
+URxvt.cursorBlink: true
+URxvt*internalBorder: 0
+
+/* fonts */
+Xft.dpi: 96
+Xft.antialias: true
+Xft.rgba: rgb
+Xft.hinting: true
+Xft.hintstyle: hintslight
+URxvt*font: xft:Tamsyn:pixelsize=16:style=regular:antialias=false,xft:Inconsolata Powerline:pixelsize=16
+URxvt*boldFont: xft:Tamsyn:pixelsize=17:style=bold:antialias=false,xft:Inconsolata Powerline:pixelsize=16
+
+/* change default colors */
+URxvt*background: #000000
+URxvt*foreground: #999999
+! black
+URxvt*.color0 : #000000
+URxvt*.color8 : #999999
+! red
+URxvt*.color1 : #bb4444
+URxvt*.color9 : #bb4444
+! green
+URxvt*.color2 : #44bb44
+URxvt*.color10 : #44bb44
+! yellow
+URxvt*.color3 : #bbbb44
+URxvt*.color11 : #bbbb44
+! blue
+URxvt*.color4 : #4444aa
+URxvt*.color12 : #4444aa
+! magenta
+URxvt*.color5 : #bb44bb
+URxvt*.color13 : #bb44bb
+! cyan
+URxvt*.color6 : #44bbbb
+URxvt*.color14 : #44bbbb
+! white
+URxvt*.color7 : #999999
+URxvt*.color15 : #999999
+
+/* tabbed */
+URxvt.tabbed.tabbar-fg: 7
+URxvt.tabbed.tabbar-bg: 0
+URxvt.tabbed.tab-fg: 5
+URxvt.tabbed.tab-bg: 0
+URxvt.tabbed.title-fg: 0
+URxvt.tabbed.title-bg: 7
+URxvt.tabbed.new-button: no
+URxvt.tabbed.title: yes
+
+/* url-select */
+URxvt.url-select.autocopy: false
+URxvt.url-select.button: 1
+URxvt.url-select.launcher: firefox
+URxvt.url-select.underline: true
+
diff --git a/by_os/Linux/X/.Xmodmap b/by_os/Linux/X/.Xmodmap
new file mode 100644
index 0000000..37b4dcc
--- /dev/null
+++ b/by_os/Linux/X/.Xmodmap
@@ -0,0 +1,10 @@
+clear Lock
+!caps lock
+keycode 66 = F13
+keycode 121 = XF86AudioMute
+keycode 122 = XF86AudioLowerVolume
+keycode 123 = XF86AudioRaiseVolume
+keycode 171 = XF86AudioNext
+keycode 173 = XF86AudioPrev
+keycode 172 = XF86AudioPlay
+keycode 174 = XF86AudioStop
diff --git a/by_os/Linux/X/.xbindkeysrc b/by_os/Linux/X/.xbindkeysrc
new file mode 100644
index 0000000..d90e22e
--- /dev/null
+++ b/by_os/Linux/X/.xbindkeysrc
@@ -0,0 +1,39 @@
+"slock"
+ XF86ScreenSaver
+
+"sudo /usr/sbin/s2ram"
+ XF86Sleep
+
+"sudo /usr/sbin/s2ram"
+ XF86Suspend
+
+"/bin/sh ~/bin/fn-f7"
+ XF86Display
+
+"scrot"
+ Print
+
+"mocp --next"
+ XF86AudioNext
+
+"mocp --previous"
+ XF86AudioPrev
+
+"mocp --toggle-pause"
+ XF86AudioPlay
+
+"mocp --stop"
+ XF86AudioStop
+
+"amixer -c 0 set Master 2-"
+ XF86AudioLowerVolume
+
+"amixer -c 0 set Master 2+"
+ XF86AudioRaiseVolume
+
+"amixer -q set Master toggle"
+ XF86AudioMute
+
+"xset dpms force off"
+ m:0x0 + c:244
+
diff --git a/by_os/Linux/X/.xinitrc b/by_os/Linux/X/.xinitrc
new file mode 100644
index 0000000..f8e4d77
--- /dev/null
+++ b/by_os/Linux/X/.xinitrc
@@ -0,0 +1,5 @@
+exec xmodmap ${HOME}/.Xmodmap &
+exec ${HOME}/bin/ratcpi &
+export LC_ALL=en_US.UTF-8
+exec ratpoison
+
diff --git a/by_os/Linux/cups/.cups/lpoptions b/by_os/Linux/cups/.cups/lpoptions
new file mode 100644
index 0000000..eeb1fc7
--- /dev/null
+++ b/by_os/Linux/cups/.cups/lpoptions
@@ -0,0 +1,2 @@
+Dest home ColorModel=Gray KCEcoprint/EcoPrint=On
+Default home
diff --git a/by_os/Linux/feh/.fehbg b/by_os/Linux/feh/.fehbg
new file mode 100644
index 0000000..4416428
--- /dev/null
+++ b/by_os/Linux/feh/.fehbg
@@ -0,0 +1 @@
+feh --no-xinerama --image-bg black --bg-center '/home/pks/images/MIPS_R3000A_die-1024x1024.jpg'
diff --git a/by_os/Linux/gtk/.gtkrc-2.0 b/by_os/Linux/gtk/.gtkrc-2.0
new file mode 100644
index 0000000..2612320
--- /dev/null
+++ b/by_os/Linux/gtk/.gtkrc-2.0
@@ -0,0 +1,226 @@
+# based on Rezlooks-candy
+# modified by pks
+
+gtk-icon-theme-name = "gnome"
+
+# Clearlooks Compact
+gtk-icon-sizes = "panel-menu=16,16 : gtk-menu=16,16 : gtk-button=16,16 : gtk-small-toolbar=16,16 : gtk-large-toolbar=16,16 : gtk-dialog=32,32 : gtk-dnd=32,32"
+
+style "rezlooks-default"
+{
+ GtkButton ::default_border = { 0, 0, 0, 0 }
+ GtkRange ::trough_border = 0
+ GtkPaned ::handle_size = 2
+ GtkRange ::slider_width = 12
+ GtkRange ::stepper_size = 0
+
+ GtkScrollbar ::min_slider_length = 12
+ GtkCheckButton ::indicator_size = 12
+ GtkMenuBar ::internal-padding = 0
+ GtkTreeView ::expander_size = 11
+ GtkExpander ::expander_size = 4
+ GtkScale ::slider-length = 8
+
+ xthickness = 0
+ ythickness = 0
+
+ fg[NORMAL] = "#222222"
+ fg[PRELIGHT] = "#222222"
+ fg[SELECTED] = "#ffffff"
+ fg[ACTIVE] = "#505050"
+ fg[INSENSITIVE] = "#b5b3ac"
+
+ bg[NORMAL] = "#fbfbfb"
+ bg[PRELIGHT] = "#efefef"
+ bg[SELECTED] = "#990099"
+ bg[INSENSITIVE] = "#efefef"
+ bg[ACTIVE] = "#f5f5f5" # this (strangely) controls inactive tab BGs
+
+ base[NORMAL] = "#ffffff"
+ base[PRELIGHT] = "#990066"
+ base[ACTIVE] = "#9900ff"
+ base[SELECTED] = "#996699"
+ base[INSENSITIVE] = "#e8e8e8"
+
+ text[NORMAL] = "#000000"
+ text[PRELIGHT] = "#ffffff"
+ text[ACTIVE] = "#ffffff"
+ text[SELECTED] = "#ffffff"
+ text[INSENSITIVE] = "#b5b5b5"
+
+ engine "rezlooks"
+ {
+ scrollbar_color = "#000000"
+ menubarstyle = 0 # 0 = flat, 1 = gradient
+ menubaritemstyle = 0 # 0 = flat, 1 = button-ish style
+ animation = FALSE
+ }
+}
+
+
+style "rezlooks-wide" = "rezlooks-default"
+{
+ xthickness = 0
+ ythickness = 0
+}
+
+style "rezlooks-wider" = "rezlooks-default"
+{
+ xthickness = 0
+ ythickness = 0
+}
+
+style "rezlooks-button" = "rezlooks-wider"
+{
+ bg[NORMAL] = "#f2f2f2"
+ bg[INSENSITIVE] = "#f0f0f0"
+ bg[PRELIGHT] = "#9900ff"
+ bg[ACTIVE] = "#996699"
+}
+
+style "rezlooks-notebook" = "rezlooks-wide"
+{
+ bg[NORMAL] = "#efefef"
+ bg[INSENSITIVE] = "#efefef"
+ bg[SELECTED] = "#990099"
+}
+
+style "rezlooks-tasklist" = "rezlooks-default"
+{
+ xthickness = 0
+ ythickness = 0
+}
+
+style "rezlooks-menu" = "rezlooks-default"
+{
+ xthickness = 0
+ ythickness = 0
+}
+
+style "rezlooks-menu-item" = "rezlooks-default"
+{
+ ythickness = 0
+ fg[NORMAL] = "#505050"
+ fg[PRELIGHT] = "#ffffff"
+ text[PRELIGHT] = "#ffffff"
+}
+
+style "rezlooks-menubar" = "rezlooks-default"
+{
+ bg[NORMAL] = "#7851a9" # background
+ fg[NORMAL] = "#505050"
+ fg[ACTIVE] = "#505050"
+ text[NORMAL] = "#505050"
+ text[PRELIGHT] = "#505050"
+ base[PRELIGHT] = "#63e62e"
+ base[SELECTED] = "#4db224"
+}
+
+style "rezlooks-menubar-item"
+{
+ ythickness = 4
+ fg[PRELIGHT] = "#505050"
+ bg[PRELIGHT] = "#ff99ff"
+}
+
+style "rezlooks-tree" = "rezlooks-default"
+{
+ xthickness = 0
+ ythickness = 0
+}
+
+style "rezlooks-frame-title" = "rezlooks-default"
+{
+ fg[NORMAL] = "#404040"
+}
+
+style "rezlooks-tooltips" = "rezlooks-default"
+{
+ xthickness = 0
+ ythickness = 0
+ bg[NORMAL] = { 1.0,1.0,0.75 }
+}
+
+style "rezlooks-progressbar" = "rezlooks-wide"
+{
+ xthickness = 2
+ ythickness = 2
+ fg[PRELIGHT] = "#ffffff"
+}
+
+style "rezlooks-combo" = "rezlooks-button"
+{
+}
+
+style "metacity-frame"
+{
+ # Normal base color
+ #bg[NORMAL] = "#bbbbbb"
+
+ # Unfocused title background color
+ #bg[INSENSITIVE] = { 0.8, 0.8, 0.8 }
+
+ # Unfocused title text color
+ #fg[INSENSITIVE] = { 1.55, 1.55, 1.55 }
+
+ # Focused icon color
+ #fg[NORMAL] = { 0.2, 0.2, 0.2 }
+
+ # Focused title background color
+ bg[SELECTED] = "#444444"
+
+ # Focused title text color
+ fg[SELECTED] = "#ffffff"
+}
+
+# widget styles
+class "MetaFrames" style "metacity-frame"
+class "GtkWidget" style "rezlooks-default"
+class "GtkButton" style "rezlooks-button"
+class "GtkScale" style "rezlooks-button"
+class "GtkCombo" style "rezlooks-button"
+class "GtkRange" style "rezlooks-wide"
+class "GtkFrame" style "rezlooks-wide"
+class "GtkMenu" style "rezlooks-menu"
+class "GtkEntry" style "rezlooks-wider"
+class "GtkMenuItem" style "rezlooks-menu-item"
+class "GtkNotebook" style "rezlooks-notebook"
+class "GtkProgressBar" style "rezlooks-progressbar"
+class "*MenuBar*" style "rezlooks-menubar"
+
+widget_class "*MenuItem.*" style "rezlooks-menu-item"
+widget_class "*MenuBar.*" style "rezlooks-menubar-item"
+
+# combobox stuff
+widget_class "*.GtkComboBox.GtkButton" style "rezlooks-combo"
+widget_class "*.GtkCombo.GtkButton" style "rezlooks-combo"
+# tooltips stuff
+widget_class "*.tooltips.*.GtkToggleButton" style "rezlooks-tasklist"
+widget "gtk-tooltips" style "rezlooks-tooltips"
+
+# treeview stuff
+widget_class "*.GtkTreeView.GtkButton" style "rezlooks-tree"
+widget_class "*.GtkCTree.GtkButton" style "rezlooks-tree"
+widget_class "*.GtkList.GtkButton" style "rezlooks-tree"
+widget_class "*.GtkCList.GtkButton" style "rezlooks-tree"
+widget_class "*.GtkFrame.GtkLabel" style "rezlooks-frame-title"
+
+# notebook stuff
+widget_class "*.GtkNotebook.*.GtkEventBox" style "rezlooks-notebook"
+widget_class "*.GtkNotebook.*.GtkViewport" style "rezlooks-notebook"
+
+# font
+style "user-font"
+{
+ font_name="Gotham Rounded Light 11"
+}
+gtk-font-name = "Gotham Rounded Light 11"
+widget_class "*" style "user-font"
+
+# speed
+gtk-menu-popup-delay = 0
+gtk-menu-popdown-delay = 0
+gtk-menu-bar-popup-delay = 0
+gtk-enable-animations = 0
+gtk-timeout-expand = 10
+
diff --git a/by_os/Linux/imwheel/.imwheelrc b/by_os/Linux/imwheel/.imwheelrc
new file mode 100644
index 0000000..c6961a5
--- /dev/null
+++ b/by_os/Linux/imwheel/.imwheelrc
@@ -0,0 +1,3 @@
+"chrome"
+ None, Up, Button4, 50
+ None, Down, Button5, 50
diff --git a/by_os/Linux/input/.inputrc b/by_os/Linux/input/.inputrc
new file mode 100644
index 0000000..b08e399
--- /dev/null
+++ b/by_os/Linux/input/.inputrc
@@ -0,0 +1,6 @@
+"\e[A": history-search-backward
+"\e[B": history-search-forward
+
+set show-all-if-ambiguous on
+set completion-ignore-case on
+
diff --git a/by_os/Linux/khal/.config/khal/khal.conf b/by_os/Linux/khal/.config/khal/khal.conf
new file mode 100644
index 0000000..51acd22
--- /dev/null
+++ b/by_os/Linux/khal/.config/khal/khal.conf
@@ -0,0 +1,25 @@
+[calendars]
+
+ [[private]]
+ path = ~/.calendars/private/
+ color = light green
+
+ [[work]]
+ path = ~/.calendars/work/
+ color = light red
+
+ [[holidays]]
+ path = ~/.calendars/holidays/
+ color = light blue
+
+[locale]
+encoding=utf-8
+local_timezone= Europe/Berlin
+default_timezone= Europe/Berlin
+timeformat= %H:%M
+dateformat= %y-%m-%d
+longdateformat= %Y-%m-%d
+datetimeformat= %y-%m-%d %H:%M
+longdatetimeformat= %Y-%m-%d %H:%M
+unicode_symbols=False
+
diff --git a/by_os/Linux/mozilla/.mozilla/firefox/pks.default/searchplugins/amazon.xml b/by_os/Linux/mozilla/.mozilla/firefox/pks.default/searchplugins/amazon.xml
new file mode 100644
index 0000000..3aed0f9
--- /dev/null
+++ b/by_os/Linux/mozilla/.mozilla/firefox/pks.default/searchplugins/amazon.xml
@@ -0,0 +1,9 @@
+