Awesome WM Micky Submodule

- Add awesomewm-micky as submodule
- Automatically centers mouse cursor on the focused window
This commit is contained in:
Sravan Balaji
2023-03-25 06:59:59 -04:00
parent f01b82820f
commit dd150ca729
4 changed files with 11 additions and 0 deletions

4
.gitmodules vendored Normal file
View File

@@ -0,0 +1,4 @@
[submodule "awesomewm-micky"]
path = awesomewm-micky
url = git@github.com:basaran/awesomewm-micky.git
branch = master

View File

@@ -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

Submodule awesomewm-micky added at 63b3061bad

3
rc.lua
View File

@@ -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)