diff options
author | Amin Bandali <bandali@gnu.org> | 2018-12-05 23:59:10 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-12-05 23:59:10 -0500 |
commit | 7567d16e9527ee1fb492ea74fa7a0140d486cf51 (patch) | |
tree | 3b3e29708d16ce27dc46cdc2569c1594c10bd265 | |
parent | 541de38be0baf8a80df8b9ba969bb45304b73cbe (diff) | |
download | configs-7567d16e9527ee1fb492ea74fa7a0140d486cf51.tar.gz configs-7567d16e9527ee1fb492ea74fa7a0140d486cf51.tar.xz configs-7567d16e9527ee1fb492ea74fa7a0140d486cf51.zip |
[rc/sway] swap floating vs. tiled urxvt bindings
-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 |