From 7567d16e9527ee1fb492ea74fa7a0140d486cf51 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 5 Dec 2018 23:59:10 -0500 Subject: [PATCH] [rc/sway] swap floating vs. tiled urxvt bindings --- rc.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc.org b/rc.org index 1872451..6303436 100644 --- a/rc.org +++ b/rc.org @@ -3872,8 +3872,8 @@ exec swayidle \ # Basics: # # start a terminal - bindsym $mod+Return exec $term - bindsym $mod+Shift+Return exec $term -name floating + bindsym $mod+Return exec $term -name floating + bindsym $mod+Shift+Return exec $term for_window [class="URxvt" instance="floating"] floating enable # kill focused window -- 2.20.1