aboutsummaryrefslogtreecommitdiff
path: root/home/.config/i3/config
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 /home/.config/i3/config
parent8d3debb9ce74d8d71b521cacfeec59c6bd12c4be (diff)
downloaddotfiles-29005a3ad25cd423d71addb87d8552c936bd9cb5.tar.gz
dotfiles-29005a3ad25cd423d71addb87d8552c936bd9cb5.tar.bz2
dotfiles-29005a3ad25cd423d71addb87d8552c936bd9cb5.zip
Use sakura as terminal emulator
Diffstat (limited to 'home/.config/i3/config')
-rw-r--r--home/.config/i3/config6
1 files changed, 3 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"