Merge pull request #194 from LoganDungeon/patch-4
corrected hardcoded st to $term
This commit is contained in:
commit
f927057f3f
1 changed files with 1 additions and 1 deletions
|
@ -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+c exec --no-startup-id freealf
|
||||||
bindsym $mod+Shift+c exec --no-startup-id camtoggle
|
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+Shift+v
|
||||||
|
|
||||||
bindsym $mod+b bar mode toggle
|
bindsym $mod+b bar mode toggle
|
||||||
|
|
Loading…
Reference in a new issue