mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-08 16:01:53 -07:00
use restart to restart xmonad (no longer bluetile)
This commit is contained in:
@@ -118,8 +118,8 @@ bluetileKeys conf@(XConfig {XMonad.modMask = modMask'}) = M.fromList $
|
|||||||
, ((modMask' , xK_period), sendMessage (IncMasterN (-1))) -- %! Deincrement the number of windows in the master area
|
, ((modMask' , xK_period), sendMessage (IncMasterN (-1))) -- %! Deincrement the number of windows in the master area
|
||||||
|
|
||||||
-- quit, or restart
|
-- quit, or restart
|
||||||
, ((modMask' .|. shiftMask, xK_q ), io (exitWith ExitSuccess)) -- %! Quit bluetile
|
, ((modMask' .|. shiftMask, xK_q ), io (exitWith ExitSuccess)) -- %! Quit
|
||||||
, ((modMask' , xK_q ), spawn "bluetile --restart") -- %! Restart bluetile
|
, ((modMask' , xK_q ), restart "xmonad" True) -- %! Restart
|
||||||
|
|
||||||
-- Metacity-like workspace switching
|
-- Metacity-like workspace switching
|
||||||
, ((mod1Mask .|. controlMask, xK_Left), prevWS)
|
, ((mod1Mask .|. controlMask, xK_Left), prevWS)
|
||||||
|
Reference in New Issue
Block a user