aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-09-17 10:25:44 +0200
committerneodarz <neodarz@neodarz.net>2019-09-17 10:25:44 +0200
commit878bcd65cad84ce3262b60d5582c9e1f57f233c0 (patch)
tree97bd7bb96c2c275200269d63876d1e8c3c2d1b51 /dotfiles
parent80b7aba29e8e21a2b3e12015b0cde80b06c97b82 (diff)
downloaddotfiles-878bcd65cad84ce3262b60d5582c9e1f57f233c0.tar.xz
dotfiles-878bcd65cad84ce3262b60d5582c9e1f57f233c0.zip
Use terminator instead of alacritty
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/config/i3/config18
-rw-r--r--dotfiles/config/terminator/config23
2 files changed, 32 insertions, 9 deletions
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