From 5de1f7fddf7a9453771cfb5c8e92ba0719390edf Mon Sep 17 00:00:00 2001 From: Ben Doumenc Date: Thu, 30 Oct 2014 11:59:24 +0100 Subject: [PATCH] PKN laptop config --- suckless/dwm/config.def.h | 2 +- suckless/rxvt/Xdefaults | 53 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 suckless/rxvt/Xdefaults diff --git a/suckless/dwm/config.def.h b/suckless/dwm/config.def.h index c30c139..2045b83 100644 --- a/suckless/dwm/config.def.h +++ b/suckless/dwm/config.def.h @@ -53,7 +53,7 @@ static const Layout layouts[] = { /* commands */ static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; -static const char *termcmd[] = { "xfce4-terminal", NULL }; +static const char *termcmd[] = { "rxvt-unicode", NULL }; static const char *browsercmd[] = { "firefox", NULL }; static const char *projectcmd[] = { "launchProjectVim.sh", NULL }; static const char *lockcmd[] = { "slock", NULL }; diff --git a/suckless/rxvt/Xdefaults b/suckless/rxvt/Xdefaults new file mode 100644 index 0000000..69ba7b2 --- /dev/null +++ b/suckless/rxvt/Xdefaults @@ -0,0 +1,53 @@ + +URxvt*background: rgba:0000/0000/0000/dddd +URxvt*color0: #101010 +URxvt*color1: #f13a21 +URxvt*color2: #93f91d +URxvt*color3: #ffd00a +URxvt*color4: #004f9e +URxvt*color5: #ec0048 +URxvt*color6: #2aa7e7 +URxvt*color7: #f2f2f2 +URxvt*color8: #1d202f +URxvt*color9: #ff361e +URxvt*color10: #ffc005 +URxvt*color11: #93ff00 +URxvt*color12: #0071ff +URxvt*color13: #ef0051 +URxvt*color14: #4bb8fd +URxvt*color15: #a020f0 +URxvt*cursorColor: white +URxvt*depth: 32 +!URxvt*font: xft:Bitstream Vera Sans Mono:style=Regular:pixelsize=13:antialias=true +Rxvt*font: xft:Inconsolata\-dz for Powerline:style=dzForPowerline:pixelsize=12:antialias=true +URxvt*foreground: #f2f2f2 +URxvt*geometry: 74x27 +URxvt*keysym.End: \033[8~ +URxvt*keysym.Home: \033[7~ +URxvt*saveLines: 10000 +URxvt*scrollBar: true +URxvt*scrollBar_floating: true +URxvt*scrollBar_right: true +URxvt*scrollColor: #c2dd5a +URxvt*scrollstyle: plain +URxvt*scrollTtyOutput: false +URxvt*scrollWithBuffer: false +URxvt*scrollTtyKeypress: true +URxvt*termName: xterm +URxvt*transparent: true +URxvt*shading: 20 +URxvt.letterSpace: -1 +URxvt.perl-ext-common: default,matcher,tabbedex,vtwheel +URxvt.url-launcher: /usr/bin/firefox +URxvt.matcher.button: 1 +URxvt.colorUL: #4682B4 + + +URxvt.tabbed.tabbar-fg: 2 +URxvt.tabbed.tabbar-bg: 0 +URxvt.tabbed.tab-fg: 3 +URxvt.tabbed.tab-bg: 0 + +URxvt.tabbed.autohide: true + + -- 1.7.10.4