summaryrefslogtreecommitdiff
path: root/.i3/config
diff options
context:
space:
mode:
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