should work now

This commit is contained in:
Sakooooo 2023-07-26 00:48:02 +03:00
parent 95d4dd3b1b
commit 927b3aacdc
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -143,7 +143,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
, ((0, xF86XK_AudioRaiseVolume), spawn "pactl set-sink-volume @DEFAULT_SINK@ +10%")
-- Fullscreen
, ((modm, xK_f), sendMessage Toggle Full)
, ((modm, xK_f), sendMessage (Toggle "Full"))
-- Quit xmonad
, ((modm .|. shiftMask, xK_q ), io exitSuccess)
@ -204,7 +204,7 @@ myMouseBindings (XConfig {XMonad.modMask = modm}) = M.fromList
-- The available layouts. Note that each layout is separated by |||,
-- which denotes layout choice.
--
myLayout = tiled ||| Mirror tiled ||| Full
myLayout = toggleLayouts (noBorders Full) (tiled ||| Mirror tiled)
where
-- default tiling algorithm partitions the screen into two panes
tiled = Tall nmaster delta ratio