diff options
-rw-r--r-- | base/Xresources | 13 | ||||
-rw-r--r-- | base/config/i3/config.d/00_base_config | 4 |
2 files changed, 13 insertions, 4 deletions
diff --git a/base/Xresources b/base/Xresources index edbd853..7c9b108 100644 --- a/base/Xresources +++ b/base/Xresources @@ -11,7 +11,16 @@ Xft.lcdfilter: lcddefault Rxvt.background: #1a1a1a Rxvt.foreground: white Rxvt.scrollBar: false -Rxvt.font: xft:Monospace:size=10:autohint=true -Rxvt.letterSpace: 0 +Rxvt.font: xft:Inconsolata:size=11:autohint=true +!Rxvt.letterSpace: 0 +Rxvt.fade: 25 URxvt*urgentOnBell: true +URxvt*transparent: true +URxvt*shading: 15 + +XTerm*background: rgb:1a/1a/1a +XTerm*foreground: white +XTerm*scrollBar: false +XTerm*faceName: xft:Inconsolata:size=11:autohint=true +XTerm*bellIsUrgent: true diff --git a/base/config/i3/config.d/00_base_config b/base/config/i3/config.d/00_base_config index f8d3a9b..5ed414d 100644 --- a/base/config/i3/config.d/00_base_config +++ b/base/config/i3/config.d/00_base_config @@ -10,7 +10,7 @@ font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 hide_edge_borders both ## Bindings to start programs -bindsym $mod+space exec i3-dmenu-desktop +bindsym $mod+space exec dmenu_run bindsym $mod+Return exec i3-sensible-terminal # kill focused window @@ -121,7 +121,7 @@ bar { status_command conky-i3bar position top tray_output primary - font xft:Monospace 8 + font xft:Inconsolata 10 } |