Skip to content

Commit

Permalink
feat: set xmonad layout for workspace 'media'
Browse files Browse the repository at this point in the history
Set a layout for a workspace called "media" on XMonad.
  • Loading branch information
d3adb5 committed Oct 28, 2023
1 parent 1002990 commit 5a2fee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmonad/src/Config/Layouts.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ layoutHook
= lessBorders OnlyScreenFloat
. boringWindows
. onWorkspaces ["chat"] (gridLayout ||| fullLayout)
. onWorkspaces ["gimp"] (fullLayout ||| threeLayout)
. onWorkspaces ["gimp", "media"] (fullLayout ||| threeLayout)
. onWorkspaces ["float"] (floatLayout ||| gridLayout)
$ threeLayout ||| fullLayout

Expand Down

0 comments on commit 5a2fee0

Please sign in to comment.