Skip to content

Commit

Permalink
Merge pull request #74 from d3adb5/feat/set-media-ws-layout
Browse files Browse the repository at this point in the history
feat: set xmonad layout for workspace 'media'
  • Loading branch information
d3adb5 authored Oct 28, 2023
2 parents 1002990 + 5a2fee0 commit 75aa587
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 75aa587

Please sign in to comment.