From f8943e854536bfedc95c8e0421d341a5db69140f Mon Sep 17 00:00:00 2001 From: xero Date: Sun, 16 Nov 2014 16:47:40 -0500 Subject: update terminal setup --- herbstluftwm/.config/herbstluftwm/autostart | 27 ++++++++++++--------------- herbstluftwm/.xinitrc | 2 +- urxvt/.Xdefaults | 10 ++++------ 3 files changed, 17 insertions(+), 22 deletions(-) diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart index 5b37d88..83bc2cf 100755 --- a/herbstluftwm/.config/herbstluftwm/autostart +++ b/herbstluftwm/.config/herbstluftwm/autostart @@ -33,8 +33,8 @@ Mod=Mod4 Alt=Mod1 # run menu -hc keybind $Mod-w spawn dmenu_run -nb '#222222' -nf '#bcbcbc' -sb '#6A8C8C' -sf '#101010' -i -fn '-Gohu-GohuFont-Medium-R-Normal' -hc keybind $Mod-r spawn dmenu_run -nb '#222222' -nf '#bcbcbc' -sb '#6A8C8C' -sf '#101010' -i -fn '-Gohu-GohuFont-Medium-R-Normal' +hc keybind $Mod-w spawn dmenu_run -nb '#272822' -nf '#bcbcbc' -sb '#6A8C8C' -sf '#101010' -i -fn '-Gohu-GohuFont-Medium-R-Normal' +hc keybind $Mod-r spawn dmenu_run -nb '#272822' -nf '#bcbcbc' -sb '#6A8C8C' -sf '#101010' -i -fn '-Gohu-GohuFont-Medium-R-Normal' # toggle touchpad hc keybind $Mod-m spawn bash /home/xero/code/sys/toggle-touchpad # dynamic window gap @@ -44,7 +44,7 @@ hc keybind $Mod-0 spawn bash /home/xero/code/sys/herbstluftwm-add-gap hc keybind $Mod-Shift-q quit hc keybind $Mod-Shift-r reload hc keybind $Mod-Shift-c close -hc keybind $Mod-Return spawn urxvtc +hc keybind $Mod-Return spawn urxvtc # basic movement # focusing clients @@ -121,33 +121,30 @@ hc keybind $Mod-Shift-Tab cycle_all -1 hc keybind $Mod-n cycle hc keybind $Mod-i jumpto urgent - # theme hc attr theme.tiling.reset 1 hc attr theme.floating.reset 1 -hc set frame_border_active_color '#222222' -hc set frame_border_normal_color '#222222' -hc set frame_bg_normal_color '#000000' -hc set frame_bg_active_color '#6A8C8C' +hc set frame_border_active_color '#272822' +hc set frame_border_normal_color '#272822' +hc set frame_bg_normal_color '#222222' +hc set frame_bg_active_color '#000000' hc set frame_border_width 0 hc set always_show_frame 0 hc set frame_bg_transparent 1 hc set frame_transparent_width 0 hc set frame_gap 8 -# hc attr theme.active.color '#222222' -#hc attr theme.active.color '#666666' -hc attr theme.active.color '#6A8C8C' -hc attr theme.normal.color '#000000' -hc attr theme.urgent.color '#6A8C8C' +hc attr theme.active.color '#000000' #6A8C8C +hc attr theme.normal.color '#222222' +hc attr theme.urgent.color '#000000' hc attr theme.inner_width 0 hc attr theme.inner_color black hc attr theme.border_width 3 hc attr theme.floating.border_width 3 hc attr theme.floating.outer_width 1 hc attr theme.floating.outer_color black -hc attr theme.active.inner_color '#222222' -hc attr theme.active.outer_color '#6A8C8C' +hc attr theme.active.inner_color '#272822' +hc attr theme.active.outer_color '#000000' hc attr theme.background_color '#141414' hc set window_gap 10 diff --git a/herbstluftwm/.xinitrc b/herbstluftwm/.xinitrc index 2c96f83..7828891 100644 --- a/herbstluftwm/.xinitrc +++ b/herbstluftwm/.xinitrc @@ -39,7 +39,7 @@ gnome-keyring-daemon & (sleep 2s && xfce4-volumed) & # compositing manager -compton -b --config ~/.config/compton.conf & +#compton -b --config ~/.config/compton.conf & # start thunar daemon thunar --daemon & diff --git a/urxvt/.Xdefaults b/urxvt/.Xdefaults index db601b6..1afc7f9 100644 --- a/urxvt/.Xdefaults +++ b/urxvt/.Xdefaults @@ -20,15 +20,13 @@ urxvt*boldFont: xft:gohufont:size=11:antialias=true ! █▓▒░ interface urxvt*scrollBar: false -urxvt*transparent: true -urxvt*shading: 15 +urxvt*transparent: false +!urxvt*shading: 38 ! █▓▒░ mikado colors urxvt*foreground: #f3f3f3 -urxvt*background: #121212 +urxvt*background: #222222 urxvt*cursorColor: #f3f3f3 -urxvt*color0: #322a2c -urxvt*color8: #46423b urxvt*color1: #a04363 urxvt*color9: #ae837a urxvt*color2: #9b9329 @@ -43,7 +41,7 @@ urxvt*color6: #757978 urxvt*color14: #9fa590 urxvt*color7: #bcbcaf urxvt*color15: #c1c4bc -urxvt*color0: #111111 +urxvt*color0: #222222 urxvt*color8: #666666 ! █▓▒░ clipboard -- cgit v1.2.1