Moved rofi mostly into awesome directory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user