mirror of
https://github.com/swaywm/sway.git
synced 2026-07-07 00:06:19 -04:00
basic keyboard
This commit is contained in:
parent
6339c4f161
commit
609f63934a
5 changed files with 87 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ sway_sources = files(
|
|||
'input/input-manager.c',
|
||||
'input/seat.c',
|
||||
'input/cursor.c',
|
||||
'input/keyboard.c',
|
||||
'commands/exit.c',
|
||||
'commands/exec.c',
|
||||
'commands/exec_always.c',
|
||||
|
|
@ -30,6 +31,7 @@ sway_deps = [
|
|||
libcap,
|
||||
math,
|
||||
libinput,
|
||||
xkbcommon,
|
||||
]
|
||||
|
||||
executable(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue