mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
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:
parent
867fb6aedb
commit
5b7b03cdf0
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue