ewmh
This commit is contained in:
parent
0bcca23d24
commit
0494766364
|
@ -20,6 +20,8 @@ import XMonad.Hooks.ManageDocks -- manage dock thingy xmobar hHAUISHFOAUISHDFUOI
|
||||||
|
|
||||||
-- Extras
|
-- Extras
|
||||||
import XMonad.Hooks.DynamicLog -- supposed to be for xmobar
|
import XMonad.Hooks.DynamicLog -- supposed to be for xmobar
|
||||||
|
import XMonad.Hooks.EwmhDesktops
|
||||||
|
import XMonad.Hooks.EwmhFullscreen
|
||||||
import XMonad.Util.SpawnOnce -- for startup items
|
import XMonad.Util.SpawnOnce -- for startup items
|
||||||
import XMonad.Util.Run -- for xmobar startup
|
import XMonad.Util.Run -- for xmobar startup
|
||||||
import XMonad.Util.Hacks as Hacks -- tray
|
import XMonad.Util.Hacks as Hacks -- tray
|
||||||
|
@ -307,7 +309,7 @@ myStartupHook = do
|
||||||
|
|
||||||
-- Run xmonad with the settings you specify. No need to modify this.
|
-- Run xmonad with the settings you specify. No need to modify this.
|
||||||
--
|
--
|
||||||
main = xmonad . withEasySB myStatusBar defToggleStrutsKey $ myConfig
|
main = xmonad . ewmhFullscreen . ewmh . withEasySB myStatusBar defToggleStrutsKey $ myConfig
|
||||||
|
|
||||||
myConfig = defaults {
|
myConfig = defaults {
|
||||||
layoutHook = avoidStruts $ layoutHook def,
|
layoutHook = avoidStruts $ layoutHook def,
|
||||||
|
|
Loading…
Reference in a new issue