mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
Revert "vanadium/xmonad: use sift instead of swap"
This reverts commit 9f080c0707.
This commit is contained in:
parent
c72ef76b20
commit
cc13b4d51e
1 changed files with 0 additions and 5 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
import XMonad
|
import XMonad
|
||||||
import XMonad.Actions.CopyWindow
|
import XMonad.Actions.CopyWindow
|
||||||
import XMonad.Actions.Sift
|
|
||||||
import XMonad.Actions.Submap
|
import XMonad.Actions.Submap
|
||||||
import XMonad.Actions.SwapWorkspaces
|
import XMonad.Actions.SwapWorkspaces
|
||||||
import XMonad.Hooks.DynamicLog
|
import XMonad.Hooks.DynamicLog
|
||||||
|
|
@ -267,10 +266,6 @@ keybinds =
|
||||||
-- Toggle fullscreen
|
-- Toggle fullscreen
|
||||||
, ((superMask, xK_Escape), sendMessage NextLayout)
|
, ((superMask, xK_Escape), sendMessage NextLayout)
|
||||||
|
|
||||||
-- Sift instead of swap
|
|
||||||
, ((superMask .|. shiftMask, xK_j), windows siftDown)
|
|
||||||
, ((superMask .|. shiftMask, xK_k), windows siftUp )
|
|
||||||
|
|
||||||
-- Resize windows
|
-- Resize windows
|
||||||
, ((superMask, xK_equal ), sendMessage $ IncMasterN 1)
|
, ((superMask, xK_equal ), sendMessage $ IncMasterN 1)
|
||||||
, ((superMask, xK_minus ), sendMessage $ IncMasterN -1)
|
, ((superMask, xK_minus ), sendMessage $ IncMasterN -1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue