mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
Add note to config about floating_modifier
This commit is contained in:
parent
36cd180f02
commit
1e18ba9f2d
1
config
1
config
|
@ -32,6 +32,7 @@ set $menu dmenu_run
|
||||||
|
|
||||||
# Drag floating windows by holding down $mod and left mouse button.
|
# Drag floating windows by holding down $mod and left mouse button.
|
||||||
# Resize them with right mouse button + $mod.
|
# Resize them with right mouse button + $mod.
|
||||||
|
# Despite the name, also works for non-floating windows.
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# reload the configuration file
|
# reload the configuration file
|
||||||
|
|
Loading…
Reference in a new issue