mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
home: services: Fix binding options in sway-service-type.
* gnu/home/services/sway.scm (keybinding-options?): Add to-code option. (codebinding-options?): Remove to-code option. Change-Id: I0a43ccb7d997bb1ba2ec334721a9a7bdd5e5ce91 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
8f7837e104
commit
8a69897b7e
1 changed files with 2 additions and 2 deletions
|
@ -168,7 +168,7 @@
|
|||
(lambda (e)
|
||||
(or (member e
|
||||
'("no-warn" "whole-window" "border" "exclude-titlebar"
|
||||
"release" "locked" "inhibited" "no-repeat"))
|
||||
"release" "locked" "to-code" "inhibited" "no-repeat"))
|
||||
(string-prefix? "input-device=" e)))
|
||||
lst))
|
||||
|
||||
|
@ -177,7 +177,7 @@
|
|||
(lambda (e)
|
||||
(or (member e
|
||||
'("no-warn" "whole-window" "border" "exclude-titlebar"
|
||||
"release" "locked" "to-code" "inhibited" "no-repeat"))
|
||||
"release" "locked" "inhibited" "no-repeat"))
|
||||
(string-prefix? "input-device=" e)))
|
||||
lst))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue