fix indent
This commit is contained in:
parent
ba5e322bb1
commit
65579fb12c
|
@ -36,7 +36,7 @@ myWorkspaces = ["code", "chat", "web", "games", "misc"]
|
||||||
myKeys =
|
myKeys =
|
||||||
-- launching and killing programs
|
-- launching and killing programs
|
||||||
[ ("M-n" , spawn myTerminal ) -- %! Launch terminal
|
[ ("M-n" , spawn myTerminal ) -- %! Launch terminal
|
||||||
, ("M-e" , spawn "rofi -show run" ) -- %! Launch rofi
|
, ("M-e" , spawn "rofi -modi run,calc -show run" ) -- %! Launch rofi
|
||||||
, ("M-C-w" , kill ) -- %! Close the focused window
|
, ("M-C-w" , kill ) -- %! Close the focused window
|
||||||
-- layouts
|
-- layouts
|
||||||
, ("M-t" , sendMessage $ JumpToLayout "Spacing Tiled") -- %! Jump to our tiled layout
|
, ("M-t" , sendMessage $ JumpToLayout "Spacing Tiled") -- %! Jump to our tiled layout
|
||||||
|
|
Loading…
Reference in a new issue