refactore directory structure
This commit is contained in:
parent
3830eef1f4
commit
e87bfb7c39
485 changed files with 66 additions and 1696 deletions
15
.config/awesome/keys/clientbuttons.fnl
Normal file
15
.config/awesome/keys/clientbuttons.fnl
Normal file
|
@ -0,0 +1,15 @@
|
|||
(local awful (require "awful"))
|
||||
(local gears (require "gears"))
|
||||
(local beautiful (require "beautiful"))
|
||||
|
||||
(global clientbuttons
|
||||
(gears.table.join
|
||||
(awful.button [] 1 (fn [c] (: c :emit_signal "request::activate" "mouse_click" {:raise true})))
|
||||
(awful.button [ modkey ] 1 (fn [c]
|
||||
(: c :emit_signal "request::activate" "mouse_click" {:raise true})
|
||||
(awful.mouse.client.move c)))
|
||||
(awful.button [ modkey ] 3 (fn [c]
|
||||
(: c :emit_signal "request::activate" "mouse_click" {:raise true})
|
||||
(awful.mouse.client.resize c)))))
|
||||
|
||||
clientbuttons
|
Loading…
Add table
Add a link
Reference in a new issue