diff options
author | Amin Bandali <amin@aminb.org> | 2018-07-21 16:40:02 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-07-21 16:43:17 -0400 |
commit | 43313540d84eae8dbbcd8db6e5a84d3db52fe280 (patch) | |
tree | 45c6318383ccc7eb742222c2ceb735d69c2627ac | |
parent | fb52d1f9efb94c337d6fefd1576373dad6cae1f1 (diff) | |
download | configs-43313540d84eae8dbbcd8db6e5a84d3db52fe280.tar.gz configs-43313540d84eae8dbbcd8db6e5a84d3db52fe280.tar.xz configs-43313540d84eae8dbbcd8db6e5a84d3db52fe280.zip |
[rc/sway] comment out floating_modifier for now (not reimplemented)
report: https://github.com/swaywm/sway/pull/2129
upcoming impl: https://github.com/swaywm/sway/pull/2296
-rw-r--r-- | rc.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3693,7 +3693,7 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # Despite the name, also works for non-floating windows. # Change normal to inverse to use left mouse button for resizing and right # mouse button for dragging. - floating_modifier $mod normal + #floating_modifier $mod normal # reload the configuration file bindsym $mod+Shift+c reload |