Compare commits

..

No commits in common. "68e1f4e25200b8f66f40e747b9dd02ee2e09ebc0" and "81995b24ad42051a45ff346615154fd86d4c5693" have entirely different histories.

2 changed files with 5 additions and 7 deletions

View File

@ -261,7 +261,6 @@ Finish up
(indent-bars :url "https://github.com/jdtsmith/indent-bars")
(doom-themes :url "https://github.com/JosephFerano/doom-themes")
(org-timeblock :url "https://github.com/ichernyshovvv/org-timeblock")
(org-roam-ui :url "https://github.com/org-roam/org-roam-ui")
(dape :url "https://github.com/svaante/dape")
(odin-mode :url "https://github.com/mattt-b/odin-mode")
(app-launcher :url "https://github.com/SebastienWae/app-launcher")))
@ -2791,15 +2790,15 @@ Org mode buffers have associated files.
(tags-todo "work"
((org-agenda-overriding-header "🖥️💸 Work\n")
(org-agenda-block-separator ?═)))
(tags-todo "sideprojects"
((org-agenda-overriding-header "🖥️🧔🏻 Side Projects\n")
(org-agenda-block-separator ?⎯)))
(tags-todo "gamingpads"
((org-agenda-overriding-header "🖥️📚️🕹️ Gaming Pads\n")
(org-agenda-block-separator ?⎯)))
(tags-todo "admin"
((org-agenda-overriding-header "✍🏻 Admin\n")
(org-agenda-block-separator ?⎯)))
(tags-todo "sideprojects"
((org-agenda-overriding-header "🖥️🧔🏻 Side Projects\n")
(org-agenda-block-separator ?⎯)))
))))
#+end_src
*** org-capture

View File

@ -116,7 +116,6 @@ keys = [
Key([mod, "control"], "j", lazy.layout.grow_down(), desc="Grow window down"),
Key([mod, "control"], "k", lazy.layout.grow_up(), desc="Grow window up"),
Key([mod, "control"], "u", lazy.spawn("pkill -9 Unity"), desc="Kill Unity"),
Key([mod], "comma", lazy.screen.prev_group(), desc="Move to previous group"),
Key([mod], "period", lazy.screen.next_group(), desc="Move to next group"),
Key([mod, "shift"], "comma", lazy.prev_screen(), desc="Move focus to left screen"),
@ -372,8 +371,8 @@ floating_layout = layout.Floating(
Match(title="UnityEditor.AnnotationWindow"),
Match(title="Enable Android Auto-resolution?"),
Match(wm_class="Unity", title="Select Material"),
Match(wm_class="Unity", title="Color"),
Match(wm_class="Unity", title="Save Layout"),
# Match(wm_class="Unity", title="Select Tower Build Modal"),
# Match(wm_class="Unity", title="Select Material"),
]
)
auto_fullscreen = True