windowtitles are long
This commit is contained in:
parent
acb4b22cdb
commit
0be63860d4
@ -204,8 +204,8 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
|
|||||||
, ((modm .|. controlMask, xK_n), namedScratchpadAction myScratchPads "newsbeuter")
|
, ((modm .|. controlMask, xK_n), namedScratchpadAction myScratchPads "newsbeuter")
|
||||||
|
|
||||||
-- Dmenu open programs
|
-- Dmenu open programs
|
||||||
, ((modm .|. shiftMask, xK_Tab), gotoMenu)
|
, ((modm .|. shiftMask, xK_Tab), gotoMenuArgs ["-l", "10"])
|
||||||
, ((modm .|. controlMask, xK_Tab), bringMenu)
|
, ((modm .|. controlMask, xK_Tab), bringMenuArgs ["-l", "10"])
|
||||||
|
|
||||||
-- Screens
|
-- Screens
|
||||||
, ((modm .|. shiftMask, xK_p), spawn $ silent "push.sh")
|
, ((modm .|. shiftMask, xK_p), spawn $ silent "push.sh")
|
||||||
|
Loading…
Reference in New Issue
Block a user