Added terminator (replace urxvt)

This commit is contained in:
dbroqua 2020-06-09 09:37:08 +02:00
parent 474a633309
commit 1d3e59cf37
2 changed files with 31 additions and 3 deletions

View File

@ -170,7 +170,7 @@ exec --no-startup-id i3-msg 'exec nextcloud &'
exec --no-startup-id i3-msg 'exec remmina -i &'
exec --no-startup-id xsettingsd &
exec --no-startup-id compton -b
exec --no-startup-id i3-msg 'exec /usr/bin/urxvt'
exec --no-startup-id i3-msg 'exec /usr/bin/terminator'
exec --no-startup-id i3-msg 'exec /usr/bin/firefox'
exec --no-startup-id i3-msg 'exec /usr/bin/spotify'
@ -199,7 +199,7 @@ bindsym $mod+d exec dmenu_run -fn 'Droid Sans Mono-10'
bindsym Mod1+space exec "rofi -show combi"
# start a terminal
bindsym $mod+Return exec urxvt
bindsym $mod+Return exec terminator
# Lock session
bindsym $mod+Mod1+l exec "~/Bin/lock.sh"
@ -282,6 +282,6 @@ for_window [class="Spotify"], move container to workspace $wksp4
default_border pixel 2
# Power save mode and Auto lock screen
exec --no-startup-id xset s 60 30
exec --no-startup-id xset s 300 30
exec --no-startup-id xset dpms 120
exec --no-startup-id xss-lock -n ~/Bin/lock.sh

28
config/terminator/config Normal file
View File

@ -0,0 +1,28 @@
[global_config]
title_transmit_fg_color = "#2E3440"
title_transmit_bg_color = "#88C0D0"
title_receive_fg_color = "#2E3440"
title_receive_bg_color = "#8FBCBB"
title_inactive_fg_color = "#D8DEE9"
title_inactive_bg_color = "#4C566A"
title_use_system_font = False
title_font = Droid Sans Mono for Powerline 9
[keybindings]
[profiles]
[[default]]
cursor_color = "#aaaaaa"
[[nord]]
background_color = "#2e3440"
cursor_color = "#D8DEE9"
foreground_color = "#d8dee9"
palette = "#3b4252:#bf616a:#a3be8c:#ebcb8b:#81a1c1:#b48ead:#88c0d0:#e5e9f0:#4c566a:#bf616a:#a3be8c:#ebcb8b:#81a1c1:#b48ead:#8fbcbb:#eceff4"
[layouts]
[[default]]
[[[window0]]]
type = Window
parent = ""
[[[child1]]]
type = Terminal
parent = window0
profile = nord
[plugins]