Fixed keybinds
This commit is contained in:
		| @ -36,6 +36,32 @@ return gears.table.join( | ||||
| 		} | ||||
| 	), | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| 	awful.key( {"Mod4"}, "Right", | ||||
| 		function () | ||||
| 			awful.client.focus.byidx(1) | ||||
| 		end, | ||||
| 		{ | ||||
| 			description = "Focus next", | ||||
| 			group = "Client" | ||||
| 		} | ||||
| 	), | ||||
|  | ||||
| 	awful.key( {"Mod4"}, "Left", | ||||
| 		function () | ||||
| 			awful.client.focus.byidx(-1) | ||||
| 		end, | ||||
| 		{ | ||||
| 			description = "Focus previous", | ||||
| 			group = "Client" | ||||
| 		} | ||||
| 	), | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| 	awful.key( {"Mod4", "Shift"}, "c", | ||||
| 		function (c) | ||||
| 			c:kill() | ||||
|  | ||||
| @ -158,30 +158,6 @@ return gears.table.join( | ||||
| 		} | ||||
| 	), | ||||
|  | ||||
|  | ||||
|  | ||||
| 	-- Clients | ||||
| 	awful.key( {"Mod4"}, "Left", | ||||
| 		function () | ||||
| 			awful.client.focus.byidx( 1) | ||||
| 		end, | ||||
| 		{ | ||||
| 			description = "Focus next", | ||||
| 			group = "Client" | ||||
| 		} | ||||
| 	), | ||||
|  | ||||
| 	awful.key( {"Mod4"}, "Right", | ||||
| 		function () | ||||
| 			awful.client.focus.byidx(-1) | ||||
| 		end, | ||||
| 		{ | ||||
| 			description = "Focus previous", | ||||
| 			group = "Client" | ||||
| 		} | ||||
| 	) | ||||
|  | ||||
|  | ||||
| 	--[[ | ||||
| 	awful.key( {"Mod4", "Shift"}, "j", | ||||
| 		function () | ||||
|  | ||||
		Reference in New Issue
	
	Block a user