diff options
| author | LoganDungeon <JonasW96@gmx.net> | 2019-01-22 11:03:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-22 11:03:51 +0100 |
| commit | 63bc59e4fca5dcde403c028f5a4b4ea3753a83b8 (patch) | |
| tree | f0e367466bb8b3eda9609e44eaa6e4a17190cc19 | |
| parent | 9e2cc975ab66b1344c1c824954c8144728bf2b52 (diff) | |
| download | eibhear-63bc59e4fca5dcde403c028f5a4b4ea3753a83b8.tar.gz eibhear-63bc59e4fca5dcde403c028f5a4b4ea3753a83b8.tar.zst eibhear-63bc59e4fca5dcde403c028f5a4b4ea3753a83b8.zip | |
corrected hardcoded st to $term
| -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 c30ef9a..ef8aab1 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -198,7 +198,7 @@ bindsym $mod+Shift+x exec --no-startup-id prompt "Shutdown computer?" "$shutdow bindsym $mod+c exec --no-startup-id freealf bindsym $mod+Shift+c exec --no-startup-id camtoggle -bindsym $mod+v exec --no-startup-id st -e vim -c "VimwikiIndex" +bindsym $mod+v exec --no-startup-id $term -e vim -c "VimwikiIndex" #bindsym $mod+Shift+v bindsym $mod+b bar mode toggle |
