Skip to content

Commit

Permalink
fullscreen steam games
Browse files Browse the repository at this point in the history
  • Loading branch information
WeissP committed Oct 21, 2024
1 parent 2591dda commit a0b8ff2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
50 changes: 25 additions & 25 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/WeissXMonad.hs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ myManageHook =
, [className =? x --> doCenterFloat | x <- myCenterFloatClass]
, [title =? x --> doCenterFloat | x <- myCenterFloatTitle]
, [title *=? x --> doCenterFloat | x <- myCenterFloatTitleReg]
, [className =? x --> doFullFloat | x <- myFullFloatClass]
, [className *=? x --> doFullFloat | x <- myFullFloatClass]
]
)
where
Expand All @@ -189,7 +189,7 @@ myManageHook =
["Blueman-manager", "zoom", "Pavucontrol", "SimpleScreenRecorder"]
myCenterFloatTitle = ["tmux-Scratchpad", "flameshot"]
myCenterFloatTitleReg = []
myFullFloatClass = ["MPlayer", "mpv"]
myFullFloatClass = ["MPlayer", "mpv", "steam_app_.*"]
netName = stringProperty "_NET_WM_NAME"

myConfig =
Expand Down

0 comments on commit a0b8ff2

Please sign in to comment.