From 6f95bc805e35a209a058b6f096b42b5447073632 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Fri, 14 Jun 2013 19:08:21 +0200 Subject: i3: New 'open new workspace with a terminal on' --- .i3/config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.i3/config') diff --git a/.i3/config b/.i3/config index 3e127eb..8e24153 100644 --- a/.i3/config +++ b/.i3/config @@ -10,6 +10,7 @@ set $alt Mod1 set $dir $HOME/.i3 set $script $HOME/.i3/scripts set $nsi --no-startup-id +set $term urxvtc # General Settings «1 ################################################ @@ -154,11 +155,12 @@ bindsym $mod+Shift+g exec $nsi $script/workspaces.py move # rename «3 bindsym $mod+Shift+r exec $nsi $script/workspaces.py rename -bindsym $mod+r exec $nsi $script/workspaces.py rename_num +bindsym $mod+r exec $nsi $script/workspaces.py rename --keep-num # new temp workspace «3 bindsym $mod+n exec $nsi $script/workspaces.py new bindsym $mod+Shift+n exec $nsi $script/workspaces.py move_new +bindsym $mod+Shift+Return exec $nsi $script/workspaces.py new --exec $term # Resizing «2 ############# @@ -187,7 +189,7 @@ bindsym $mod+grave mode "resize" # Start Programs «2 ################### # Terminal -bindsym $mod+Return exec urxvtc +bindsym $mod+Return exec $term # start dmenu (a program launcher) bindsym $mod+space exec dmenu_run -b -- cgit v1.2.3-54-g00ecf