diff --git a/etc/skel/.config/qtile/config.py b/etc/skel/.config/qtile/config.py index a5feaf1..111b514 100644 --- a/etc/skel/.config/qtile/config.py +++ b/etc/skel/.config/qtile/config.py @@ -207,7 +207,7 @@ screens = [ border_width = [0, 0, 2, 0], ) ], - mouse_callbacks={'Button1': lambda: qtile.cmd_spawn(terminal + '-e btop')} + mouse_callbacks={'Button1': lambda: qtile.cmd_spawn(terminal + ' -e btop')} ), widget.Spacer(length = 8), widget.Memory( @@ -220,7 +220,7 @@ screens = [ border_width = [0, 0, 2, 0], ) ], - mouse_callbacks={'Button1': lambda: qtile.cmd_spawn(terminal + '-e btop')} + mouse_callbacks={'Button1': lambda: qtile.cmd_spawn(terminal + ' -e btop')} ), widget.Spacer(length = 8), widget.Net( @@ -233,7 +233,7 @@ screens = [ border_width = [0, 0, 2, 0], ) ], - mouse_callbacks={'Button1': lambda: qtile.cmd_spawn(terminal + '-e nmtui')} + mouse_callbacks={'Button1': lambda: qtile.cmd_spawn(terminal + ' -e nmtui')} ), widget.Spacer(length = 8), widget.Volume( @@ -257,7 +257,7 @@ screens = [ border_width = [0, 0, 2, 0], ) ], - mouse_callbacks={'Button1': lambda: qtile.cmd_spawn(terminal + '-e calcurse')} + mouse_callbacks={'Button1': lambda: qtile.cmd_spawn(terminal + ' -e calcurse')} ), widget.Spacer(length = 8), widget.Image(