aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i3/.config/i3/config12
-rw-r--r--terminator/.config/terminator/config19
2 files changed, 25 insertions, 6 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index 8c72c2a..448e53f 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -102,12 +102,12 @@ bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks
# App
bindsym --release $WinKey+o exec scrot -s ~/screenshots/%b\ %d-%H:%M:%S.png
bindsym --release $WinKey+i exec scrot ~/screenshots/%b\ %d-%H:%M:%S.png
-bindsym $WinKey+Shift+F1 exec qterminal -e ranger
-bindsym $WinKey+Shift+F2 exec qterminal -e cmus
-bindsym $WinKey+Shift+F3 exec qterminal -e mm
-bindsym $WinKey+Shift+F4 exec qterminal -e mosh neodarz.net --ssh="ssh -p 19977"
-bindsym $WinKey+Shift+F5 exec firefox-developer
-bindsym $WinKey+Shift+F6 exec qterminal -e atom
+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 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"
diff --git a/terminator/.config/terminator/config b/terminator/.config/terminator/config
new file mode 100644
index 0000000..c0f9cc1
--- /dev/null
+++ b/terminator/.config/terminator/config
@@ -0,0 +1,19 @@
+[global_config]
+[keybindings]
+[layouts]
+ [[default]]
+ [[[child1]]]
+ parent = window0
+ type = Terminal
+ [[[window0]]]
+ parent = ""
+ type = Window
+[plugins]
+[profiles]
+ [[default]]
+ cursor_color = "#aaaaaa"
+ font = Monoid Semi-Condensed 7
+ icon_bell = False
+ scrollbar_position = hidden
+ show_titlebar = False
+ use_system_font = False