diff options
author | William Carroll <wpcarro@gmail.com> | 2019-03-28T17·30+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-03-28T17·30+0000 |
commit | 653ffd381a35a141cbf26f6549d28bcfbd18adac (patch) | |
tree | 5a7f0dafba796053a16a111e970ae374f68a866a /configs/shared | |
parent | d69d6421b2fcd64f210b8d29ad0583de025e52aa (diff) |
Support $mod+Return for starting up a terminal
This comes with the default configuration on i3. I removed this KBD originally because I was hoping to use the $mod+{,Shift+}t KBDs frequently. I still do, but as I get more comfortable with i3, splits, parent containers, etc. I may prefer to create terminals this way. We'll see...
Diffstat (limited to 'configs/shared')
-rw-r--r-- | configs/shared/misc/.config/i3/config.shared | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/shared/misc/.config/i3/config.shared b/configs/shared/misc/.config/i3/config.shared index 03022907b7a1..a01dd77fa928 100644 --- a/configs/shared/misc/.config/i3/config.shared +++ b/configs/shared/misc/.config/i3/config.shared @@ -51,6 +51,8 @@ bindsym $mod+Ctrl+Shift+e split h; exec emacsclient --create-frame ~/progra bindsym $mod+Ctrl+Shift+c split h; exec google-chrome bindsym $mod+Ctrl+Shift+s split h; exec spotify +bindsym $mod+Return exec st + # pass integration bindsym $mod+Ctrl+backslash exec ~/.config/i3/passmenu # mirroring the 1password KBD |