mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 15:14:58 +08:00
exit_screen: Disable close on left click
Because this caused it to close when clicking on buttons
This commit is contained in:
parent
a8d2ed7aaf
commit
0a173fc8c8
1 changed files with 0 additions and 4 deletions
|
|
@ -155,10 +155,6 @@ function exit_screen_show()
|
|||
end
|
||||
|
||||
exit_screen:buttons(gears.table.join(
|
||||
-- Left click - Hide exit_screen
|
||||
awful.button({ }, 1, function ()
|
||||
exit_screen_hide()
|
||||
end),
|
||||
-- Middle click - Hide exit_screen
|
||||
awful.button({ }, 2, function ()
|
||||
exit_screen_hide()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue