aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-08-23 11:27:16 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-08-23 11:27:16 -0400
commit1e18ba9f2d170c89c4cf202a9dfd7b87da4fa769 (patch)
treeaaac6653aa3ccb0499315978a30a5667ac96a2e3 /config
parentfixed vanishing floating view (diff)
downloadsway-1e18ba9f2d170c89c4cf202a9dfd7b87da4fa769.tar.gz
sway-1e18ba9f2d170c89c4cf202a9dfd7b87da4fa769.tar.zst
sway-1e18ba9f2d170c89c4cf202a9dfd7b87da4fa769.zip
Add note to config about floating_modifier
Diffstat (limited to 'config')
-rw-r--r--config1
1 files changed, 1 insertions, 0 deletions
diff --git a/config b/config
index 7e34c0b9..8e7f7b70 100644
--- a/config
+++ b/config
@@ -32,6 +32,7 @@ set $menu dmenu_run
32 32
33 # Drag floating windows by holding down $mod and left mouse button. 33 # Drag floating windows by holding down $mod and left mouse button.
34 # Resize them with right mouse button + $mod. 34 # Resize them with right mouse button + $mod.
35 # Despite the name, also works for non-floating windows.
35 floating_modifier $mod 36 floating_modifier $mod
36 37
37 # reload the configuration file 38 # reload the configuration file