From 251f9c0a7379cead895d10a53c9be23e0b3f03fa Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 4 Dec 2018 16:15:44 -0500 Subject: [PATCH] [rc/sway] super+shift+return for floating urxvt terminal --- rc.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rc.org b/rc.org index c96454e..1872451 100644 --- a/rc.org +++ b/rc.org @@ -3873,6 +3873,8 @@ exec swayidle \ # # start a terminal bindsym $mod+Return exec $term + bindsym $mod+Shift+Return exec $term -name floating + for_window [class="URxvt" instance="floating"] floating enable # kill focused window bindsym $mod+Shift+q kill -- 2.20.1