diff --git a/i3/config b/i3/config index 2a81126..a652b12 100644 --- a/i3/config +++ b/i3/config @@ -70,8 +70,8 @@ bindsym $mod+Shift+x exec i3lock-fancy-dualmonitor ############################################# # start terminal -#bindsym $mod+Return exec --no-startup-id urxvt -bindsym $mod+Return exec --no-startup-id urxvtc +#bindsym $mod+Return exec --no-startup-id urxvtc +bindsym $mod+Return exec --no-startup-id termite # kill focused window bindsym $mod+Shift+q kill @@ -266,10 +266,10 @@ for_window [class="Firefox"] border none exec --no-startup-id compton -b ~/.config/compton.conf # terminal daemon -exec --no-startup-id urxvtd -q -f -o +#exec --no-startup-id urxvtd -q -f -o # less eye pain -exec --no-startup-id redshift -l 46:7 +#exec --no-startup-id redshift -l 46:7 # no beep! exec --no-startup-id xset b off diff --git a/termite/config b/termite/config new file mode 100644 index 0000000..7da0237 --- /dev/null +++ b/termite/config @@ -0,0 +1,62 @@ +[options] +font = DejaVu Sans Mono for Powerline 10 +allow_bold = true +clickable_url = true +# Length of the scrollback buffer, 0 disabled the scrollback buffer +# and setting it to a negative value means "infinite scrollback" +scrollback_lines = -1 +# $BROWSER is used by default if set, with xdg-open as a fallback +browser = xdg-open +# "block", "underline" or "ibeam" +cursor_shape = underline +# Emit escape sequences for extra modified keys +#modify_other_keys = false + +[colors] +# Base16 Solarized Dark +foreground = #93a1a1 +foreground_bold = #eee8d5 +cursor = #eee8d5 +cursor_foreground = #002b36 +background = rgba(0, 0, 0, 0.85) +# Black, Gray, Silver, White +color0 = #002b36 +color8 = #657b83 +color7 = #93a1a1 +color15 = #fdf6e3 +# Red +color1 = #dc322f +color9 = #dc322f +# Green +color2 = #859900 +color10 = #859900 +# Yellow +color3 = #b58900 +color11 = #b58900 +# Blue +color4 = #268bd2 +color12 = #268bd2 +# Purple +color5 = #6c71c4 +color13 = #6c71c4 +# Teal +color6 = #2aa198 +color14 = #2aa198 +# Extra colors +color16 = #cb4b16 +color17 = #d33682 +color18 = #073642 +color19 = #586e75 +color20 = #839496 +color21 = #eee8d5 + +[hints] +font = Monospace 12 +foreground = #dcdccc +background = #3f3f3f +active_foreground = #e68080 +active_background = #3f3f3f +padding = 2 +border = #3f3f3f +border_width = 0.5 +oundness = 2.0