Keypointer

This commit is contained in:
anaximenes 2022-03-19 05:35:49 +05:30
parent c5ebefcb67
commit 4915545311
1 changed files with 1 additions and 0 deletions

View File

@ -575,6 +575,7 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
-- NOTE: Requires xinput and libinput packages to be installed --
-- Replace "DELL.." with the name of your trackpad --
awful.spawn.with_shell([[redshift -PO 3500]])
awful.spawn.with_shell([[setxkbmap -option keypad:pointerkeys]])
----x End Autostart x----