diff options
-rw-r--r-- | rc.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |