From: Amin Bandali Date: Tue, 4 Dec 2018 21:15:44 +0000 (-0500) Subject: [rc/sway] super+shift+return for floating urxvt terminal X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/251f9c0a7379cead895d10a53c9be23e0b3f03fa?hp=268e10775d782465718c3ce871f247b4936757e0 [rc/sway] super+shift+return for floating urxvt terminal --- 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