diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-01-22 05:50:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-22 05:50:01 -0500 |
| commit | f927057f3fbf420aba7411d1634adcea5896fbf7 (patch) | |
| tree | f0e367466bb8b3eda9609e44eaa6e4a17190cc19 | |
| parent | 9e2cc975ab66b1344c1c824954c8144728bf2b52 (diff) | |
| parent | 63bc59e4fca5dcde403c028f5a4b4ea3753a83b8 (diff) | |
| download | eibhear-f927057f3fbf420aba7411d1634adcea5896fbf7.tar.gz eibhear-f927057f3fbf420aba7411d1634adcea5896fbf7.tar.zst eibhear-f927057f3fbf420aba7411d1634adcea5896fbf7.zip | |
Merge pull request #194 from LoganDungeon/patch-4
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 |
