Trying to make org mode keybindings better
This commit is contained in:
parent
42bdb79fd1
commit
3dfb5b2817
|
@ -130,7 +130,7 @@
|
|||
{:description "launch dired in new emacs frame" :group "apps" })
|
||||
(awful.key [ modkey ] "x" (fn [] (awful.spawn "org-capture"))
|
||||
{:description "launch scratchpad in new emacs frame" :group "apps" })
|
||||
(awful.key [ modkey ] "v" (fn [] (awful.spawn "emacsclient -c -e '(org-agenda-list)' '(delete-other-windows)'"
|
||||
(awful.key [ modkey ] "'" (fn [] (awful.spawn "emacsclient -e '(org-agenda-list)'"
|
||||
{:name "*Org Agenda(a)*"}))
|
||||
{:description "launch org-agenda in new emacs frame" :group "apps" })
|
||||
(awful.key [ modkey alt ] "m" (fn [] (awful.spawn "emacsclient -c -e '(org-roam-capture)'"))
|
||||
|
@ -158,6 +158,8 @@
|
|||
{:description "launch rofi bitwarden selector" :group "launcher"})
|
||||
(awful.key [modkey] "y" (fn [] (awful.spawn "yt -r"))
|
||||
{:description "search youtube" :group "launcher"})
|
||||
(awful.key [modkey shift] "c" (fn [] (awful.spawn "rofi -show calc -modi calc"))
|
||||
{:description "calculator" :group "apps"})
|
||||
(awful.key [modkey] "q" (fn [] (awful.spawn "dmqute"))
|
||||
{:description "search internet through qutebrowser" :group "launcher"})
|
||||
(awful.key [ modkey ] "s" (fn [] (awful.spawn "filesearch"))
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
https://yewtu.be/feed/subscriptions Subscriptions - YewTube
|
||||
https://portal.azure.com/#@tfcconnection.org/dashboard/private/e5f3455d-3737-47d8-852b-1847a3b4801b Dashboard - Microsoft Azure
|
||||
https://asciiflow.com/#/ ASCIIFlow
|
||||
|
|
Loading…
Reference in a new issue