Replace wmselect with rofi
This commit is contained in:
parent
9f25070976
commit
bdae52926f
|
@ -70,7 +70,7 @@ local notifymap = {
|
||||||
|
|
||||||
|
|
||||||
local myglobalkeys = awful.util.table.join(
|
local myglobalkeys = awful.util.table.join(
|
||||||
awful.key({ }, "Pause", binder.spawn('wmselect')),
|
awful.key({ }, "Pause", binder.spawn('rofi -show window')),
|
||||||
awful.key({ }, "Print", binder.spawn('dmscrot')),
|
awful.key({ }, "Print", binder.spawn('dmscrot')),
|
||||||
|
|
||||||
--{{{ Modal mappings
|
--{{{ Modal mappings
|
||||||
|
|
Loading…
Reference in a new issue