diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-03 10:48:25 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-03 10:48:25 -0400 |
| commit | 7bc830c09cfc5d8a978503e2f81a27d633299991 (patch) | |
| tree | 16088b53d6799b99a9e0b2c6cae27acf91b2e0f0 /.config/i3 | |
| parent | bd4bac8870ade1ae05e49c9aab24ee75a5c66722 (diff) | |
| download | eibhear-7bc830c09cfc5d8a978503e2f81a27d633299991.tar.gz eibhear-7bc830c09cfc5d8a978503e2f81a27d633299991.tar.zst eibhear-7bc830c09cfc5d8a978503e2f81a27d633299991.zip | |
mod+shift+enter spawns terminal in same dir
Diffstat (limited to '.config/i3')
| -rw-r--r-- | .config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index 4369632..3f0d820 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -73,7 +73,7 @@ set $hibernate sudo systemctl suspend # #---Basic Bindings---# # bindsym $mod+Return exec $term -##bindsym $mod+Shift+Return +bindsym $mod+Shift+Return exec samedir bindsym $mod+Shift+space floating toggle bindsym $mod+space focus mode_toggle |
