Moved rofi mostly into awesome directory

This commit is contained in:
2023-01-30 20:28:36 +01:00
parent 94c4b4237a
commit 21695af39b
218 changed files with 458 additions and 26790 deletions

View File

@@ -313,13 +313,10 @@ local globalkeys = mytable.join(
-- check https://github.com/DaveDavenport/rofi for more details
-- rofi
awful.key({ modkey }, 'y', function()
os.execute('rofi -show drun -theme fancy')
awful.spawn('rofi -show drun -theme "' .. os.getenv('HOME') .. '/.config/awesome/rofi/launcher.rasi"')
end, { description = 'show rofi', group = 'launcher' }),
awful.key({ modkey, 'Shift' }, 'y', function()
os.execute('rofi -show ssh -theme fancy')
end, { description = 'show rofi', group = 'launcher' }),
awful.key({ modkey, 'Control' }, 'y', function()
os.execute('rofi -show window -theme fancy')
awful.spawn(os.getenv('HOME') .. '/.config/awesome/rofi/launcher_launcher.sh')
end, { description = 'show rofi', group = 'launcher' }),
-- Prompt