diff options
-rw-r--r-- | i3/.config/i3/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 28a7a98..23a0667 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -29,6 +29,10 @@ floating_modifier $mod # start a terminal bindsym $mod+Return exec --no-startup-id i3-sensible-terminal +# start a terminal in the scratchpad +for_window [instance="scratchpad"] move window to scratchpad, scratchpad show +bindsym $mod+Shift+Return exec --no-startup-id i3-sensible-terminal -name scratchpad + # kill focused window bindsym $mod+d kill |