Comment floating_modifier to avoid run time warning

Sway cannot parse config option floating_modifier.

It appears that this config option has existed before, and is currently
waiting to be reimplemented.

In the meantime commment the config option, so that the user does not
get confused if the config parsing gets halted half-way though or not.
This commit is contained in:
Niklas Cassel 2018-06-12 16:26:45 +02:00 committed by Niklas Cassel
parent 867fb6aedb
commit 5b7b03cdf0

View file

@ -75,7 +75,8 @@ output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
# Despite the name, also works for non-floating windows. # Despite the name, also works for non-floating windows.
# Change normal to inverse to use left mouse button for resizing and right # Change normal to inverse to use left mouse button for resizing and right
# mouse button for dragging. # mouse button for dragging.
floating_modifier $mod normal # TODO: reenable when floating_modifier has been reimplemented.
#floating_modifier $mod normal
# reload the configuration file # reload the configuration file
bindsym $mod+Shift+c reload bindsym $mod+Shift+c reload