diff options
| author | Amin Bandali <amin@aminb.org> | 2018-07-22 22:04:28 -0400 | 
|---|---|---|
| committer | Amin Bandali <amin@aminb.org> | 2018-07-22 22:04:28 -0400 | 
| commit | fc29469576f7db5203d8ef08b298a6fd72f78c27 (patch) | |
| tree | 1f081b55fe26a6eb18c1f9fce11052520301a61c | |
| parent | bffae347346e1ea083c0c25640dc4637d99d099b (diff) | |
| download | configs-fc29469576f7db5203d8ef08b298a6fd72f78c27.tar.gz configs-fc29469576f7db5203d8ef08b298a6fd72f78c27.tar.xz configs-fc29469576f7db5203d8ef08b298a6fd72f78c27.zip  | |
[rc/sway] uncomment floating_modifier
landed as of https://github.com/swaywm/sway/pull/2296
though, there seems to have been a change of syntax, and the second
argument (normal or inverse) was not implemented (perhaps not yet).
Diffstat (limited to '')
| -rw-r--r-- | rc.org | 5 | 
1 files changed, 1 insertions, 4 deletions
@@ -3734,10 +3734,7 @@ input "1:1:AT_Translated_Set_2_keyboard" {      # Drag floating windows by holding down $mod and left mouse button.      # Resize them with right mouse button + $mod. -    # 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 +    floating_modifier $mod      # reload the configuration file      bindsym $mod+Shift+c reload  | 
