diff options
Diffstat (limited to '')
-rw-r--r-- | .i3/config | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |