summaryrefslogtreecommitdiff
path: root/.i3/config
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-06-14 19:08:21 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-06-14 19:08:22 +0200
commit6f95bc805e35a209a058b6f096b42b5447073632 (patch)
tree44a877472ea675f0b6f9426cd6dc9f9a31e58224 /.i3/config
parent3b7022534099866a6846745cd720a41c5335afe1 (diff)
downloaddotfiles-6f95bc805e35a209a058b6f096b42b5447073632.tar.gz
dotfiles-6f95bc805e35a209a058b6f096b42b5447073632.tar.bz2
dotfiles-6f95bc805e35a209a058b6f096b42b5447073632.zip
i3: New 'open new workspace with a terminal on'
Diffstat (limited to '.i3/config')
-rw-r--r--.i3/config6
1 files changed, 4 insertions, 2 deletions
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