stylix and stuff
This commit is contained in:
parent
a42f52d77b
commit
26b211b643
9 changed files with 148 additions and 54 deletions
modules/applications/xmonad
|
@ -10,11 +10,11 @@ import XMonad.Config (defaultConfig)
|
|||
import XMonad.Config.Kde
|
||||
import XMonad.Hooks.EwmhDesktops (ewmh, fullscreenEventHook)
|
||||
import XMonad.Hooks.ManageDocks
|
||||
import XMonad.Layout.NoBorders
|
||||
import XMonad.Layout.Spacing
|
||||
import XMonad.Layout.ThreeColumns
|
||||
import XMonad.Operations
|
||||
import XMonad.Util.EZConfig
|
||||
import XMonad.Layout.NoBorders
|
||||
|
||||
kdeOn :: Bool
|
||||
kdeOn = False
|
||||
|
@ -33,7 +33,7 @@ main =
|
|||
handleEventHook = handleEventHook kdeConfig <+> fullscreenEventHook,
|
||||
terminal = myTerminal,
|
||||
workspaces = myWorkspaces,
|
||||
borderWidth = 0
|
||||
borderWidth = 0
|
||||
}
|
||||
`additionalKeysP` keymap
|
||||
where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue