aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2016-12-03 21:32:16 +0100
committerAdrian Kummerlaender2016-12-03 21:32:16 +0100
commit71f6a4fe010e6bcdcd1159d34dccda40aa7fe42d (patch)
treef87f59987de35aa6b9515dca844b850615d21563
parent07a56687379cc1d629a52e695109bf7e252ad23e (diff)
downloaddotfiles-71f6a4fe010e6bcdcd1159d34dccda40aa7fe42d.tar
dotfiles-71f6a4fe010e6bcdcd1159d34dccda40aa7fe42d.tar.gz
dotfiles-71f6a4fe010e6bcdcd1159d34dccda40aa7fe42d.tar.bz2
dotfiles-71f6a4fe010e6bcdcd1159d34dccda40aa7fe42d.tar.lz
dotfiles-71f6a4fe010e6bcdcd1159d34dccda40aa7fe42d.tar.xz
dotfiles-71f6a4fe010e6bcdcd1159d34dccda40aa7fe42d.tar.zst
dotfiles-71f6a4fe010e6bcdcd1159d34dccda40aa7fe42d.zip
Add `arbtt` to autostart
-rw-r--r--fish/.config/fish/config.fish2
-rw-r--r--i3wm/.i3/config1
-rw-r--r--xorg/.Xresources7
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