summaryrefslogtreecommitdiff
path: root/dots
diff options
context:
space:
mode:
authorCasper <me@skylarcloud.xyz>2024-12-23 12:32:22 -0700
committerCasper <me@skylarcloud.xyz>2024-12-23 12:32:22 -0700
commit106e41fb5ce8329ac29f9fd415a84c37626d7a74 (patch)
tree894bcaf194dfce6d00dc8c0561f3022c7db00614 /dots
parent504ac7fe820c6d9931560ba6eb19f5e59974ba48 (diff)
added org capture prompt in i3
Diffstat (limited to 'dots')
-rw-r--r--dots/i3-config5
1 files changed, 4 insertions, 1 deletions
diff --git a/dots/i3-config b/dots/i3-config
index 2f4bb0a..bc58ae7 100644
--- a/dots/i3-config
+++ b/dots/i3-config
@@ -278,6 +278,9 @@ for_window [title="Tor Browser"] floating enable
# Make any rofi window float
for_window [title="rofi"] floating enable
+# Make org capture windows float
+for_window [title="doom-capture"] floating enable
+
# Make sure all xdg autostart entries are started, this is (among other things)
# necessary to make sure transient vm's come up
exec --no-startup-id qubes-i3-xdg-autostart
@@ -300,4 +303,4 @@ bindsym XF86Display exec --no-startup-id xrandr --auto
bindsym $mod+Control+l exec blurlock
# Execute org-capture in 'emacs-org'
-bindsym $mod+c exec qvm-run emacs-org 'emacsclient --eval '(+org-capture/open-frame INITIAL-INPUT-KEY)'
+bindsym $mod+c exec org-capture