aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-01-21 13:18:34 -0800
committerJakob Odersky <jakob@odersky.com>2018-01-21 13:21:01 -0800
commit29005a3ad25cd423d71addb87d8552c936bd9cb5 (patch)
tree5e2e5b2940e845ea5c9ef68db80696aa2350035f
parent8d3debb9ce74d8d71b521cacfeec59c6bd12c4be (diff)
downloaddotfiles-29005a3ad25cd423d71addb87d8552c936bd9cb5.tar.gz
dotfiles-29005a3ad25cd423d71addb87d8552c936bd9cb5.tar.bz2
dotfiles-29005a3ad25cd423d71addb87d8552c936bd9cb5.zip
Use sakura as terminal emulator
-rw-r--r--home/.config/i3/config6
-rw-r--r--home/.config/sakura/sakura.conf66
2 files changed, 69 insertions, 3 deletions
diff --git a/home/.config/i3/config b/home/.config/i3/config
index f6eec31..84f52bd 100644
--- a/home/.config/i3/config
+++ b/home/.config/i3/config
@@ -8,7 +8,7 @@ set $down j
set $up k
set $right l
-set $term x-terminal-emulator
+set $term sakura
### Key bindings
#
@@ -233,7 +233,7 @@ bindsym $mod+r mode "resize"
#
# Common applications
#
- bindsym $mod+Enter exec gnome-terminal
+ bindsym $mod+Enter exec $term
bindsym $mod+y exec ~/bin/passmenu --type, mode "default"
bindsym $mod+u exec emacsclient --alternate-editor='' --create-frame --no-wait , mode "default"
bindsym $mod+i exec google-chrome
@@ -244,7 +244,7 @@ bindsym $mod+r mode "resize"
mode "quick" {
bindsym e exec emacsclient --alternate-editor='' --create-frame --no-wait , mode "default"
bindsym f exec google-chrome, mode "default"
- bindsym t exec gnome-terminal, mode "default"
+ bindsym t exec $term, mode "default"
bindsym y exec ~/bin/passmenu --type, mode "default"
bindsym Shift+y exec ~/bin/passmenu, mode "default"
bindsym Return mode "default"
diff --git a/home/.config/sakura/sakura.conf b/home/.config/sakura/sakura.conf
new file mode 100644
index 0000000..9954016
--- /dev/null
+++ b/home/.config/sakura/sakura.conf
@@ -0,0 +1,66 @@
+[sakura]
+colorset1_fore=rgb(169,183,198)
+colorset1_back=rgba(43,43,43,0.99)
+colorset1_curs=rgb(255,255,255)
+colorset1_key=F1
+colorset2_fore=rgb(85,87,83)
+colorset2_back=rgba(255,255,255,0.99)
+colorset2_curs=rgb(255,255,255)
+colorset2_key=F2
+colorset3_fore=rgb(192,192,192)
+colorset3_back=rgb(0,0,0)
+colorset3_curs=rgb(255,255,255)
+colorset3_key=F3
+colorset4_fore=rgb(192,192,192)
+colorset4_back=rgb(0,0,0)
+colorset4_curs=rgb(255,255,255)
+colorset4_key=F4
+colorset5_fore=rgb(192,192,192)
+colorset5_back=rgb(0,0,0)
+colorset5_curs=rgb(255,255,255)
+colorset5_key=F5
+colorset6_fore=rgb(192,192,192)
+colorset6_back=rgb(0,0,0)
+colorset6_curs=rgb(255,255,255)
+colorset6_key=F6
+last_colorset=1
+scroll_lines=4096
+font=Ubuntu Mono,monospace 13
+show_always_first_tab=No
+scrollbar=false
+closebutton=true
+tabs_on_bottom=false
+less_questions=false
+disable_numbered_tabswitch=false
+use_fading=false
+scrollable_tabs=true
+urgent_bell=Yes
+audible_bell=Yes
+blinking_cursor=No
+stop_tab_cycling_at_end_tabs=No
+allow_bold=Yes
+cursor_type=VTE_CURSOR_SHAPE_BLOCK
+word_chars=-,./?%&#_~:
+palette=tango
+add_tab_accelerator=5
+del_tab_accelerator=5
+switch_tab_accelerator=4
+move_tab_accelerator=5
+copy_accelerator=5
+scrollbar_accelerator=5
+open_url_accelerator=5
+font_size_accelerator=4
+set_tab_name_accelerator=5
+add_tab_key=T
+del_tab_key=W
+prev_tab_key=Left
+next_tab_key=Right
+copy_key=C
+paste_key=V
+scrollbar_key=S
+set_tab_name_key=N
+increase_font_size_key=plus
+decrease_font_size_key=minus
+fullscreen_key=F11
+set_colorset_accelerator=5
+icon_file=terminal-tango.svg