mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
Introduce shell_expand
This performs shell expansion without field splitting. This fixes issues with filenames containing spaces. This commit also cleans up complicated logic to join fields and to set XDG_CONFIG_HOME.
This commit is contained in:
parent
6acbe84fdd
commit
8389047b47
8 changed files with 121 additions and 114 deletions
|
|
@ -4,14 +4,15 @@ lib_sway_common = static_library(
|
|||
'background-image.c',
|
||||
'cairo.c',
|
||||
'ipc-client.c',
|
||||
'list.c',
|
||||
'log.c',
|
||||
'loop.c',
|
||||
'list.c',
|
||||
'pango.c',
|
||||
'readline.c',
|
||||
'shexp.c',
|
||||
'stringop.c',
|
||||
'unicode.c',
|
||||
'util.c'
|
||||
'util.c',
|
||||
),
|
||||
dependencies: [
|
||||
cairo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue