From 878bcd65cad84ce3262b60d5582c9e1f57f233c0 Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 17 Sep 2019 10:25:44 +0200 Subject: Use terminator instead of alacritty --- config.yaml | 4 ++++ dotfiles/config/i3/config | 18 +++++++++--------- dotfiles/config/terminator/config | 23 +++++++++++++++++++++++ 3 files changed, 36 insertions(+), 9 deletions(-) create mode 100644 dotfiles/config/terminator/config diff --git a/config.yaml b/config.yaml index fb8f4c3..45c341f 100644 --- a/config.yaml +++ b/config.yaml @@ -79,6 +79,9 @@ dotfiles: d_zsh: src: zsh dst: ~/.zsh + d_terminator: + src: config/terminator + dst: ~/.config/terminator profiles: unicorn: dotfiles: @@ -107,6 +110,7 @@ profiles: - f_xinitrc - f_zshrc - d_zsh + - d_terminator fenec: dotfiles: - d_i3pystatus diff --git a/dotfiles/config/i3/config b/dotfiles/config/i3/config index ec3df66..fda5958 100644 --- a/dotfiles/config/i3/config +++ b/dotfiles/config/i3/config @@ -105,14 +105,14 @@ bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks bindcode 107 --release exec scrot -s '%Y-%m-%d-%H%M%S_$wx$h.png' -e 'mv $f ~/Screenshots/' bindsym --release $WinKey+i exec scrot '%Y-%m-%d-%H%M%S_$wx$h.png' -e 'mv $f ~/Screenshots/' bindsym --release Scroll_Lock exec scrot -sz -e '~/.scripts/dropshadow.sh $f' -bindsym $WinKey+Shift+F1 exec alacritty -e ranger -bindsym $WinKey+Shift+F2 exec alacritty -e cmus -bindsym $WinKey+Shift+F3 exec alacritty -e mm -bindsym $WinKey+Shift+F4 exec alacritty -e mosh neodarz.net --ssh="ssh -p 19977" +bindsym $WinKey+Shift+F1 exec terminator -e ranger +bindsym $WinKey+Shift+F2 exec terminator -e cmus +bindsym $WinKey+Shift+F3 exec terminator -e mm +bindsym $WinKey+Shift+F4 exec terminator -e mosh neodarz.net --ssh="ssh -p 19977" bindsym $WinKey+Shift+F5 exec waterfox -#bindsym $WinKey+Shift+F6 exec alacritty -e atom -bindsym $WinKey+Shift+F7 exec alacritty -e ncmpcpp -bindsym $WinKey+Shift+F8 exec alacritty -e qutebrowser +#bindsym $WinKey+Shift+F6 exec terminator -e atom +bindsym $WinKey+Shift+F7 exec terminator -e ncmpcpp +bindsym $WinKey+Shift+F8 exec terminator -e qutebrowser #bindsym $AltKey+a exec urxvt -name floatme --background "#000000" -cursorColor "#31363B" -font 7x13 -geometry 88x33 -e "pygmentize ~/.zsh/aliases.zsh | less" #bindsym $WinKey+Shift+v move morkspace to output right bindsym $WinKey+control+l exec i3lock-fancy -p -n @@ -127,7 +127,7 @@ bindsym Control+$AltKey+Down exec ~/.scripts/cycle-workspace-multiscreen.py bott # 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 alacritty +bindsym $WinKey+Return exec terminator # kill focused window bindsym $WinKey+Shift+A kill @@ -419,5 +419,5 @@ exec /home/neodarz/.screenlayout/default.sh exec setxkbmap fr exec export XDG_RUNTIME_DIR=/run/user/`id -u` exec systemctl --user start twmnd.service -#exec alacritty -e $HOME/.scripts/working.sh +#exec terminator -e $HOME/.scripts/working.sh exec ~/.scripts/mpvbg ~/.wallpapers/wallpaper_01.mp4 diff --git a/dotfiles/config/terminator/config b/dotfiles/config/terminator/config new file mode 100644 index 0000000..ef2de93 --- /dev/null +++ b/dotfiles/config/terminator/config @@ -0,0 +1,23 @@ +[global_config] + hide_from_taskbar = True +[keybindings] +[layouts] + [[default]] + [[[child1]]] + parent = window0 + type = Terminal + [[[window0]]] + parent = "" + type = Window +[plugins] +[profiles] + [[default]] + cursor_color = "#aaaaaa" + font = Monoid Nerd Font Light Semi-Condensed 7 + foreground_color = "#ffffff" + icon_bell = False + palette = "#000000:#aa0000:#00aa00:#aa5500:#3465a4:#aa00aa:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#729fcf:#ff55ff:#55ffff:#ffffff" + scrollback_infinite = True + scrollbar_position = hidden + show_titlebar = False + use_system_font = False -- cgit v1.2.1