[rc/sway] swap floating vs. tiled urxvt bindings
[~bandali/configs] / rc.org
diff --git a/rc.org b/rc.org
index c96454e..6303436 100644 (file)
--- a/rc.org
+++ b/rc.org
@@ -3872,7 +3872,9 @@ exec swayidle \
 # Basics:
 #
     # start a terminal
-    bindsym $mod+Return exec $term
+    bindsym $mod+Return exec $term -name floating
+    bindsym $mod+Shift+Return exec $term
+    for_window [class="URxvt" instance="floating"] floating enable
 
     # kill focused window
     bindsym $mod+Shift+q kill