mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium/xmonad: temporary modification to allow nmaster description
This commit is contained in:
parent
b123f1650d
commit
7f95de3623
4 changed files with 126 additions and 5 deletions
|
|
@ -13,7 +13,7 @@ import XMonad.Hooks.StatusBar
|
|||
import XMonad.Layout.NoBorders
|
||||
import XMonad.Layout.Reflect
|
||||
import XMonad.Layout.Renamed
|
||||
import XMonad.Layout.ResizableTile
|
||||
-- import XMonad.Layout.ResizableTile
|
||||
import XMonad.Layout.Spacing
|
||||
import qualified XMonad.StackSet as W
|
||||
import XMonad.Util.EZConfig
|
||||
|
|
@ -26,7 +26,8 @@ import qualified Data.Map.Strict as M
|
|||
import System.Posix
|
||||
import Graphics.X11.ExtraTypes.XF86
|
||||
|
||||
import Leanamonad.Layouts.ReflectMsg
|
||||
import Leanamonad.Layout.ReflectMsg
|
||||
import Leanamonad.Layout.ResizableTile
|
||||
import Leanamonad.GreekChar
|
||||
|
||||
main :: IO ()
|
||||
|
|
@ -65,7 +66,7 @@ main =
|
|||
putEnv "MOZ_USE_XINPUT2=1" -- Force touchpad for firefox
|
||||
|
||||
, layoutHook =
|
||||
let tallr = named "Normal"
|
||||
let tallr = renamed [ KeepWordsRight 2 ] {- keep "ResizableTall n" -}
|
||||
$ smartSpacingWithEdge 5
|
||||
$ reflectMsg . reflectHoriz
|
||||
$ ResizableTall 1 (1/10) (3/7) []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue