From 5b7b03cdf052a39b804f9cfdffddba64587d5c85 Mon Sep 17 00:00:00 2001 From: Niklas Cassel Date: Tue, 12 Jun 2018 16:26:45 +0200 Subject: [PATCH] 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. --- config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.in b/config.in index 4a11762a7..b09f1eb75 100644 --- a/config.in +++ b/config.in @@ -75,7 +75,8 @@ output * bg @datadir@/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 + # TODO: reenable when floating_modifier has been reimplemented. + #floating_modifier $mod normal # reload the configuration file bindsym $mod+Shift+c reload