mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:29:40 +00:00
vanadium/xmonad: remove redundant layout configuration
This commit is contained in:
parent
1a33f45e18
commit
e65e37d3a9
1 changed files with 0 additions and 7 deletions
|
|
@ -20,7 +20,6 @@ import XMonad.Layout.IfMax
|
|||
import XMonad.Layout.Magnifier hiding (Toggle)
|
||||
import qualified XMonad.Layout.Magnifier as Mag
|
||||
import XMonad.Layout.NoBorders
|
||||
import XMonad.Layout.PerWorkspace
|
||||
import XMonad.Layout.Reflect
|
||||
import XMonad.Layout.Reflect.Message
|
||||
import XMonad.Layout.Renamed
|
||||
|
|
@ -72,9 +71,6 @@ main =
|
|||
myLayout =
|
||||
avoidStruts
|
||||
$ smartBorders
|
||||
$ onWorkspace researchWS (toggleLayouts (mag tallr) full)
|
||||
$ onWorkspace chatWS (toggleLayouts (mag tallr) full)
|
||||
$ onWorkspace multimediaWS (toggleLayouts (mag tallr) full)
|
||||
$ toggleLayouts (mag tallr) full
|
||||
where
|
||||
mag = magnifierOff
|
||||
|
|
@ -400,9 +396,6 @@ altMask = mod1Mask
|
|||
myWorkspaces :: [WorkspaceId]
|
||||
myWorkspaces = map (:[]) $ take 8 greekLower
|
||||
|
||||
researchWS :: WorkspaceId
|
||||
researchWS = myWorkspaces !! 2
|
||||
|
||||
chatWS :: WorkspaceId
|
||||
chatWS = myWorkspaces !! 3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue