aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alacritty/alacritty.yml18
-rw-r--r--i3/config5
2 files changed, 12 insertions, 11 deletions
diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml
index 1677977..ca4aa08 100644
--- a/alacritty/alacritty.yml
+++ b/alacritty/alacritty.yml
@@ -199,15 +199,15 @@ colors:
# white: '0xeaeaea'
# Bright colors
- #bright:
- # black: '0x666666'
- # red: '0xff3334'
- # green: '0x9ec400'
- # yellow: '0xe7c547'
- # blue: '0x7aa6da'
- # magenta: '0xb77ee0'
- # cyan: '0x54ced6'
- # white: '0xffffff'
+ bright:
+ black: '0x666666'
+ red: '0xff3334'
+ green: '0x9ec400'
+ yellow: '0xe7c547'
+ blue: '0x7aa6da'
+ magenta: '0xb77ee0'
+ cyan: '0x54ced6'
+ white: '0xffffff'
# Dim colors
#
diff --git a/i3/config b/i3/config
index 9b38e35..00ff52f 100644
--- a/i3/config
+++ b/i3/config
@@ -7,8 +7,9 @@ font pango:monospace 9
floating_modifier $mod
# start a terminal
-bindsym $mod+Return exec "termite -t termite"
-bindsym $mod+Shift+Return exec "termite -t termite_floating"
+bindsym $mod+Return exec "alacritty -t termite"
+#bindsym $mod+Return exec "xterm"
+bindsym $mod+Shift+Return exec "alacritty -t termite_floating"
#start ranger
bindsym $mod+o exec "dolphin"