Service emacs (not yet working) + elogind sleep fix (couldn't test)
This commit is contained in:
parent
bd1f1ee81e
commit
b5f7a5be75
5 changed files with 104 additions and 5 deletions
|
|
@ -68,6 +68,8 @@ input {
|
|||
// Focus windows and outputs automatically when moving the mouse into them.
|
||||
// Setting max-scroll-amount="0%" makes it work only on windows already fully on screen.
|
||||
// focus-follows-mouse max-scroll-amount="0%"
|
||||
|
||||
disable-power-key-handling
|
||||
}
|
||||
|
||||
// You can configure outputs by their name, which you can find
|
||||
|
|
@ -622,3 +624,7 @@ binds {
|
|||
// moving the mouse or pressing any other key.
|
||||
Mod+Shift+P { power-off-monitors; }
|
||||
}
|
||||
|
||||
cursor {
|
||||
hide-after-inactive-ms 10000
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue