fix indent
This commit is contained in:
parent
ba5e322bb1
commit
65579fb12c
|
@ -36,7 +36,7 @@ myWorkspaces = ["code", "chat", "web", "games", "misc"]
|
|||
myKeys =
|
||||
-- launching and killing programs
|
||||
[ ("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
|
||||
-- layouts
|
||||
, ("M-t" , sendMessage $ JumpToLayout "Spacing Tiled") -- %! Jump to our tiled layout
|
||||
|
|
Loading…
Reference in a new issue