Commit 0962d3f2ea6a

Vincent Demeester <vincent@sbr.pm>
2019-03-24 12:01:24
i3: make capture frame floating
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f50c147
Changed files (2)
modules
profiles
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