Awesome WM Micky Submodule
- Add awesomewm-micky as submodule - Automatically centers mouse cursor on the focused window
This commit is contained in:
4
.gitmodules
vendored
Normal file
4
.gitmodules
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
[submodule "awesomewm-micky"]
|
||||
path = awesomewm-micky
|
||||
url = git@github.com:basaran/awesomewm-micky.git
|
||||
branch = master
|
@@ -48,6 +48,9 @@ local hotkeys_popup = require("awful.hotkeys_popup")
|
||||
-- Enable hotkeys help widget for VIM and other apps
|
||||
-- when client with a matching name is opened:
|
||||
require("awful.hotkeys_popup.keys")
|
||||
|
||||
-- Automatically move and center mouse cursors to the focused window
|
||||
require("awesomewm-micky")
|
||||
#+END_SRC
|
||||
|
||||
* Error Handling
|
||||
|
1
awesomewm-micky
Submodule
1
awesomewm-micky
Submodule
Submodule awesomewm-micky added at 63b3061bad
3
rc.lua
3
rc.lua
@@ -17,6 +17,9 @@ local hotkeys_popup = require("awful.hotkeys_popup")
|
||||
-- when client with a matching name is opened:
|
||||
require("awful.hotkeys_popup.keys")
|
||||
|
||||
-- Automatically move and center mouse cursors to the focused window
|
||||
require("awesomewm-micky")
|
||||
|
||||
-- {{{ Error handling
|
||||
-- Check if awesome encountered an error during startup and fell back to
|
||||
-- another config (This code will only ever execute for the fallback config)
|
||||
|
Reference in New Issue
Block a user