feat: merge doom menu with new binds
This commit is contained in:
@@ -91,10 +91,9 @@
|
||||
|
||||
(org-roam-capture-templates
|
||||
'(("d" "default" plain
|
||||
(function org-roam-capture--get-point)
|
||||
"%?"
|
||||
:file-name "${slug}" ; <---------- see?
|
||||
:head "#+title: ${title}\n#+created: %u\n#+last_modified: %U\n#+roam_tags:${tag}\n\n"
|
||||
:target (file+head "${slug}.org" "#+title: ${title}\n")
|
||||
:unnarrowed t
|
||||
:immediate-finish t :config)))
|
||||
|
||||
@@ -598,7 +597,7 @@
|
||||
;; handle scrolling events
|
||||
(advice-add 'pixel-scroll-precision :before #'ellama-disable-scroll)
|
||||
(advice-add 'end-of-buffer :after #'ellama-enable-scroll))
|
||||
|
||||
;; ellama keybinds
|
||||
(map! :leader
|
||||
:nv "e" #'ellama
|
||||
)
|
||||
@@ -644,4 +643,8 @@
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
;; For capturing notes
|
||||
(map! :leader
|
||||
:nv "N" #'org-roam-capture
|
||||
:nv "D" #'org-roam-dailies-capture-today
|
||||
)
|
||||
|
||||
@@ -92,7 +92,7 @@ bindsym ctrl+shift+s exec --no-startup-id "obs-cmd trigger-hotkey ReplayBuffer.S
|
||||
|
||||
# Volume Stuff
|
||||
exec_always wpctl set-volume @DEFAULT_AUDIO_SINK@ 90%
|
||||
exec_always wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 58%
|
||||
exec_always wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 52%
|
||||
|
||||
#Sway Notif Center
|
||||
exec swaync
|
||||
|
||||
@@ -25,6 +25,7 @@ for_window [title = "Mozilla Firefox (Private Browsing)"] move to workspace $Vm
|
||||
|
||||
#Browsers
|
||||
assign [app_id = "firefox_firefox"] $Browsers
|
||||
assign [app_id = "zen"] $Browsers
|
||||
assign [class = "Microsoft-edge"] $Browsers
|
||||
assign [class = "Nemo"] $Browsers
|
||||
# assign [class ="Pavucontrol"] $Browsers
|
||||
|
||||
Reference in New Issue
Block a user