diff options
| author | Josh Rahm <rahm@google.com> | 2021-11-22 12:22:54 -0700 |
|---|---|---|
| committer | Josh Rahm <rahm@google.com> | 2021-11-22 12:22:54 -0700 |
| commit | 4661b9e7c78e556adc3cf998b65808a4d7886746 (patch) | |
| tree | f3a6674b28638a25d50798d8fcf5273232ab20d4 /src/Internal | |
| parent | b5d09f06709cd5c93cb3d31629655fb87d68ee67 (diff) | |
| download | rde-4661b9e7c78e556adc3cf998b65808a4d7886746.tar.gz rde-4661b9e7c78e556adc3cf998b65808a4d7886746.tar.bz2 rde-4661b9e7c78e556adc3cf998b65808a4d7886746.zip | |
Fix bug where moving window to workspace stopped working.
Diffstat (limited to 'src/Internal')
| -rw-r--r-- | src/Internal/Keys.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Internal/Keys.hs b/src/Internal/Keys.hs index c3c8db5..d50b371 100644 --- a/src/Internal/Keys.hs +++ b/src/Internal/Keys.hs @@ -126,9 +126,7 @@ newKeys = mapNumbersAndAlpha 0 gotoWorkspace)) , ((modm .|. shiftMask, xK_g), (submap $ - mapNumbersAndAlpha 0 shiftToWorkspace)) - - , ((modm .|. shiftMask, xK_g), (submap $ + mapNumbersAndAlpha 0 shiftToWorkspace <> mapNumbersAndAlpha shiftMask (\i -> windows $ CopyWindow.copy [i]))) , ((modm .|. shiftMask .|. mod1Mask, xK_g), (submap $ |