diff options
author | Amin Bandali <bandali@gnu.org> | 2018-12-04 16:15:44 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-12-04 16:15:44 -0500 |
commit | 251f9c0a7379cead895d10a53c9be23e0b3f03fa (patch) | |
tree | 3246ef05b8702895c17132c077f6c0792c8dd34e | |
parent | 268e10775d782465718c3ce871f247b4936757e0 (diff) | |
download | configs-251f9c0a7379cead895d10a53c9be23e0b3f03fa.tar.gz configs-251f9c0a7379cead895d10a53c9be23e0b3f03fa.tar.xz configs-251f9c0a7379cead895d10a53c9be23e0b3f03fa.zip |
[rc/sway] super+shift+return for floating urxvt terminal
Diffstat (limited to '')
-rw-r--r-- | rc.org | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |