From 5c23e4974f6a7c1e2d57179ff282bf0e3c99aec6 Mon Sep 17 00:00:00 2001
From: Amin Bandali <bandali@gnu.org>
Date: Sun, 14 Apr 2019 00:27:47 -0400
Subject: [PATCH 1/1] sway: switch back to urxvt

---
 .config/sway/config | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.config/sway/config b/.config/sway/config
index d65a63e..565ff37 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -7,8 +7,7 @@ set $left h
 set $down j
 set $up k
 set $right l
-set $term alacritty
-set $term2 urxvt
+set $term urxvt
 set $menu rofi -show run -display-run '> ' -display-window ' 🗔 '
 
 ### Output configuration
@@ -39,7 +38,8 @@ exec swayidle \
 #
     # start a terminal
     bindsym $mod+Return exec $term
-    bindsym $mod+Shift+Return exec $term2
+    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