diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-07-20 19:27:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-07-20 19:27:35 -0300 |
commit | bd52e968d6ea1200b1bc936853ff1437ec179b1d (patch) | |
tree | 8c625eea0283a5e542bbb6be91cf808a28593c7d | |
parent | 59e4326a15754d4811d1b055623105f6caf7d8b9 (diff) | |
download | i3-bd52e968d6ea1200b1bc936853ff1437ec179b1d.tar.gz i3-bd52e968d6ea1200b1bc936853ff1437ec179b1d.tar.bz2 |
Network shell shortcut
-rw-r--r-- | i3.dot.link/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i3.dot.link/config b/i3.dot.link/config index feec351..5108f07 100644 --- a/i3.dot.link/config +++ b/i3.dot.link/config @@ -158,6 +158,7 @@ bindsym $mod+s exec xsuspend bindsym $mod+t exec tor-browser bindsym $mod+u exec luakit bindsym $mod+v exec gvim +bindsym $mod+x exec terminal shell network bindsym $mod+z exec terminal shell root bindsym $mod+y exec xclip-clean |