sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit c286d69deba17df69d1fd3fbdf2b51ae84dd1db3
parent 22916e9ebc130dbd365e6403730b9e0857977b8e
Author: Mikkel Oscar Lyderik <mikkeloscar@gmail.com>
Date:   Fri, 11 Dec 2015 14:07:59 +0100

Add floating_modifier extension to example config

Diffstat:
Mconfig | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/config b/config @@ -32,7 +32,9 @@ set $menu dmenu_run # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. # Despite the name, also works for non-floating windows. - floating_modifier $mod + # Change normal to inverse to use left mouse button for resizing and right + # mouse button for dragging. + floating_modifier $mod normal # reload the configuration file bindsym $mod+Shift+c reload