Commit 0962d3f2ea6a
modules/profiles/assets/bin/capture
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
-emacsclient -n -e '(org-capture)'
\ No newline at end of file
+emacsclient -n -F '((name . "capture") (width . 75) (height . 30))' -e '(org-capture)'
modules/profiles/i3.nix
@@ -194,6 +194,8 @@ in
for_window [instance="metask"] move scratchpad; [instance="metask"] scratchpad show; move position center; move scratchpad
bindcode $mod+49 [instance="metask"] scratchpad show
+ for_window [title="capture"] floating enable;
+
## hide those chats !
for_window [class="Slack"] move scratchpad; [class="Slack"] scratchpad show
bindcode $mod+Shift+49 [class="Slack"] scratchpad show