mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Add config related code and initial headers
This commit is contained in:
parent
5831f7ab68
commit
44cc0ef125
4 changed files with 74 additions and 8 deletions
|
|
@ -37,15 +37,15 @@ ipc {
|
|||
|
||||
# Limits the contexts from which certain commands are permitted
|
||||
commands {
|
||||
fullscreen bindsym criteria
|
||||
fullscreen binding criteria
|
||||
bindsym config
|
||||
exit bindsym
|
||||
kill bindsym
|
||||
exit binding
|
||||
kill binding
|
||||
|
||||
# You should not change these unless you know what you're doing - it could
|
||||
# cripple your security
|
||||
reload bindsym
|
||||
restart bindsym
|
||||
reload binding
|
||||
restart binding
|
||||
permit config
|
||||
reject config
|
||||
ipc config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue