Making workspaces work for spaces...
This commit is contained in:
parent
08c840c47f
commit
90d027a5dd
5 changed files with 159 additions and 45 deletions
|
@ -138,7 +138,7 @@
|
|||
(fn [s]
|
||||
|
||||
;; Each screen has its own tag table.
|
||||
(awful.tag [ "1" "2" "3" "4" "5" "6" "7" "8" "9" ] s (. awful.layout.layouts 1))
|
||||
(awful.tag [ " " " " " " " " ] s (. awful.layout.layouts 1))
|
||||
|
||||
;; Create a promptbox for each screen
|
||||
(set s.mypromptbox (awful.widget.prompt))
|
||||
|
@ -383,6 +383,7 @@
|
|||
(awful.button [modkey] 3 (fn [c] (: c :activate {:context "mouse_click" :action "mouse_resize"})))
|
||||
])))
|
||||
|
||||
|
||||
;; Set keys
|
||||
(root.keys keybindings.globalkeys)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue