Updated stuff, kotlin, fixed warning in xmonad config, idk what else
This commit is contained in:
parent
26b211b643
commit
db117a39bb
9 changed files with 33 additions and 20 deletions
modules/applications/xmonad
|
@ -6,7 +6,7 @@ import System.Environment
|
|||
import System.Process
|
||||
import XMonad
|
||||
import XMonad.Actions.SpawnOn
|
||||
import XMonad.Config (defaultConfig)
|
||||
import XMonad.Config
|
||||
import XMonad.Config.Kde
|
||||
import XMonad.Hooks.EwmhDesktops (ewmh, fullscreenEventHook)
|
||||
import XMonad.Hooks.ManageDocks
|
||||
|
@ -25,7 +25,7 @@ main =
|
|||
xmonad $
|
||||
ewmh $
|
||||
docks $
|
||||
defaultConfig
|
||||
def
|
||||
{ modMask = mod4Mask,
|
||||
layoutHook = myLayoutHook,
|
||||
startupHook = startup,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue