added vimwiki i3 bind
This commit is contained in:
parent
330097f4e7
commit
0ad2b4ce72
@ -53,10 +53,12 @@ bindsym $mod+d exec --no-startup-id rofi-launcher
|
|||||||
for_window [instance="todo"] move window to scratchpad
|
for_window [instance="todo"] move window to scratchpad
|
||||||
for_window [instance="cal"] move window to scratchpad
|
for_window [instance="cal"] move window to scratchpad
|
||||||
for_window [instance="spotify"] move window to scratchpad
|
for_window [instance="spotify"] move window to scratchpad
|
||||||
|
for_window [instance="wiki"] move window to scratchpad
|
||||||
# bindings
|
# bindings
|
||||||
bindsym $mod+s exec i3-scratchpad.sh todo st -n todo -e vim ~/vimwiki/todo/index.md
|
bindsym $mod+s exec i3-scratchpad.sh todo st -n todo -e vim ~/vimwiki/todo/index.md
|
||||||
bindsym $mod+c exec i3-scratchpad.sh cal st -n cal -e calcurse
|
bindsym $mod+c exec i3-scratchpad.sh cal st -n cal -e calcurse
|
||||||
bindsym $mod+m exec i3-scratchpad.sh spotify spotify
|
bindsym $mod+m exec i3-scratchpad.sh spotify spotify
|
||||||
|
bindsym $mod+w exec i3-scratchpad.sh wiki st -n wiki -e vim ~/vimwiki/index.md
|
||||||
|
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
@ -94,7 +96,7 @@ bindsym $mod+f fullscreen toggle
|
|||||||
|
|
||||||
# change container layout (stacked, tabbed, toggle split)
|
# change container layout (stacked, tabbed, toggle split)
|
||||||
# bindsym $mod+s layout stacking
|
# bindsym $mod+s layout stacking
|
||||||
bindsym $mod+w layout tabbed
|
# bindsym $mod+w layout tabbed i never use these
|
||||||
bindsym $mod+e layout toggle split
|
bindsym $mod+e layout toggle split
|
||||||
|
|
||||||
# toggle tiling / floating
|
# toggle tiling / floating
|
||||||
|
Loading…
x
Reference in New Issue
Block a user