Disable titleBar
Make Xorg crazy… Maybe it's an nvidia thing
This commit is contained in:
parent
3893cdb68e
commit
b0cfdbe530
1 changed files with 3 additions and 2 deletions
|
@ -30,7 +30,8 @@ import Projects (modify)
|
||||||
import Scratchpad (modify)
|
import Scratchpad (modify)
|
||||||
|
|
||||||
-------------------- toggle btw vvvvvvvvvv or vvvvv
|
-------------------- toggle btw vvvvvvvvvv or vvvvv
|
||||||
layouts = titleBar $ toggleLayouts fullscreen tiled
|
--layouts = titleBar $ toggleLayouts fullscreen tiled
|
||||||
|
layouts = toggleLayouts fullscreen tiled
|
||||||
where
|
where
|
||||||
fullscreen = (noBorders Full)
|
fullscreen = (noBorders Full)
|
||||||
tiled = smarts $ ifWider (1920 + 1) wideScreen normalScreen
|
tiled = smarts $ ifWider (1920 + 1) wideScreen normalScreen
|
||||||
|
@ -38,7 +39,7 @@ layouts = titleBar $ toggleLayouts fullscreen tiled
|
||||||
normalScreen = resizableTall
|
normalScreen = resizableTall
|
||||||
resizableTall = ResizableTall 1 (5/100) (1/2) []
|
resizableTall = ResizableTall 1 (5/100) (1/2) []
|
||||||
smarts = (smartSpacingWithEdge 5) . smartBorders
|
smarts = (smartSpacingWithEdge 5) . smartBorders
|
||||||
titleBar = noFrillsDeco shrinkText S.theme
|
--titleBar = noFrillsDeco shrinkText S.theme
|
||||||
|
|
||||||
-- Use the `xprop' tool to get the info you need for these matches.
|
-- Use the `xprop' tool to get the info you need for these matches.
|
||||||
-- For className, use the second value that xprop gives you.
|
-- For className, use the second value that xprop gives you.
|
||||||
|
|
Loading…
Reference in a new issue