From 71f6a4fe010e6bcdcd1159d34dccda40aa7fe42d Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 3 Dec 2016 21:32:16 +0100 Subject: Add `arbtt` to autostart --- fish/.config/fish/config.fish | 2 +- i3wm/.i3/config | 1 + xorg/.Xresources | 7 ++++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 6f631c0..1b65a09 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -12,7 +12,7 @@ eval (dircolors -c ~/.dir_colors) eval (python -m virtualfish) if [ (hostname) = "obelix" ] - set PATH $PATH /usr/local/bin/ /usr/local/texlive/2014/bin/x86_64-linux + set PATH $PATH /usr/local/bin/ /usr/local/texlive/2014/bin/x86_64-linux ~/.cabal/bin/ alias i='sxiv' alias orb='open ~/webarchive/data/(ls ~/webarchive/data/ | sort -R | head -n 1)/index.html' diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 7f3dfbb..2da59f6 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -139,3 +139,4 @@ exec --no-startup-id feh --bg-center ~/.background.jpg exec --no-startup-id gvim ~/note/index.wiki exec --no-startup-id zeal exec --no-startup-id xautolock -time 5 -locker "i3lock -c 000000" +exec --no-startup-id ~/.cabal/bin/arbtt-capture diff --git a/xorg/.Xresources b/xorg/.Xresources index f78a59d..7d8e9dc 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -4,6 +4,7 @@ URxvt.font: xft:Fantasque Sans Mono:pixelsize=12 URxvt.transparent: false URxvt.inheritPixmap: false URxvt.fading: 20 +URxvt.dynamicColors: on URxvt.perl-ext-common: default,matcher,clipboard URxvt.matcher.button: 1 @@ -20,12 +21,12 @@ URxvt.keysym.M-Up: \033[1;3A URxvt.keysym.M-Left: \033[1;3D URxvt.keysym.M-Right: \033[1;3C -URxvt.background: #161616 -URxvt.foreground: #F2F2F2 - URxvt.keysym.M-c: perl:clipboard:copy URxvt.keysym.M-v: perl:clipboard:paste +URxvt.background: #161616 +URxvt.foreground: #F2F2F2 + ! black URxvt.color0: #161616 URxvt.color8: #F2F2F2 -- cgit v1.2.3