Moved fonts to config file
This commit is contained in:
@ -105,7 +105,7 @@ return gears.table.join(
|
||||
awful.key( {"Mod4"}, "p",
|
||||
function ()
|
||||
awful.prompt.run {
|
||||
prompt = "<b>Really shutdown? (y/n/r) </b>",
|
||||
prompt = "Really shutdown? (y/n/r) ",
|
||||
textbox = awful.screen.focused().mypromptbox.widget,
|
||||
exe_callback = shutdown
|
||||
}
|
||||
|
Reference in New Issue
Block a user