mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
Adding 'qtilekeys' script so DTOS users can get a list of keybindings.
This commit is contained in:
@@ -397,7 +397,7 @@ def init_widgets_list():
|
||||
widget.Image(
|
||||
filename = "~/.config/qtile/icons/dt-icon.png",
|
||||
scale = "False",
|
||||
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm)},
|
||||
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn("qtilekeys-yad")},
|
||||
),
|
||||
widget.Prompt(
|
||||
font = "Ubuntu Mono",
|
||||
|
||||
Reference in New Issue
Block a user