diff --git a/config/i3/config b/config/i3/config index 41feb00..096a2a6 100644 --- a/config/i3/config +++ b/config/i3/config @@ -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 diff --git a/config/terminator/config b/config/terminator/config new file mode 100644 index 0000000..c3a510f --- /dev/null +++ b/config/terminator/config @@ -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]