mirror of
https://github.com/swaywm/sway.git
synced 2026-04-03 07:15:39 -04:00
Implement borders
Implements rendering of borders. Title text is still to do. Implements the following configuration directives: * client.focused * client.focused_inactive * client.unfocused * client.urgent * border * default_border
This commit is contained in:
parent
b84dfa794c
commit
e67f354333
15 changed files with 447 additions and 74 deletions
|
|
@ -29,6 +29,9 @@ sway_sources = files(
|
|||
'commands/assign.c',
|
||||
'commands/bar.c',
|
||||
'commands/bind.c',
|
||||
'commands/border.c',
|
||||
'commands/client.c',
|
||||
'commands/default_border.c',
|
||||
'commands/default_orientation.c',
|
||||
'commands/exit.c',
|
||||
'commands/exec.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue