diff options
author | neodarz <neodarz@neodarz.net> | 2018-05-07 19:23:05 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-05-07 19:23:05 +0200 |
commit | abb9fe43c30e276bd7fe82608a91ad9b9c0c8d83 (patch) | |
tree | 3561d57dc50a04ec42738b7226c27773917da78d /i3 | |
parent | 78e42c43f710591d3d8158e41a484818df1bd59a (diff) | |
download | dotfiles_ascii-abb9fe43c30e276bd7fe82608a91ad9b9c0c8d83.tar.xz dotfiles_ascii-abb9fe43c30e276bd7fe82608a91ad9b9c0c8d83.zip |
Add terminator for default terminal in i3
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 448e53f..50ad408 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -124,7 +124,7 @@ bindsym Control+$AltKey+Bottom exec ~/.scripts/cycle-workspace-multiscreen.py bo # start a terminal #bindsym $WinKey+Return exec urxvt --termName 'rxvt-unicode' -fn 'xft:Fira Code:size=8' --background 'black' --color0 'black' --color8 'black' --color1 'red' --color9 'red' --color2 'green' --color10 'green' --color3 'yellow' --color11 'yellow' --color4 'blue' --color12 'blue' --color6 'cyan' --color14 'cyan' --color7 'white' --color15 'white' -cursorColor '#ffffff' -bindsym $WinKey+Return exec urxvt +bindsym $WinKey+Return exec terminator # kill focused window bindsym $WinKey+Shift+A kill |