Support i3wm and org-capture integration
Now this has been missing from my workflow for awhile.
This commit is contained in:
parent
c0b8167c2c
commit
c487b09d6a
3 changed files with 49 additions and 11 deletions
|
|
@ -62,6 +62,10 @@ bindsym F10 exec --no-startup-id pactl set-sink-mute @DEFAULT
|
|||
bindsym XF86MonBrightnessUp exec light -A 10
|
||||
bindsym XF86MonBrightnessDown exec light -U 10
|
||||
|
||||
# integrate with Emacs's org-mode
|
||||
bindsym $mod+o exec zsh -i -c org_capture
|
||||
for_window [class="GoogleEmacs" instance="org-protocol-capture"] floating enable
|
||||
|
||||
# ensure wallpaper
|
||||
exec --no-startup-id feh --bg-scale ~/Pictures/cartoon-outdoors.jpg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue