mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
Replace urxvt in default config with a simple terminal chooser
This commit is contained in:
parent
ba96983bf0
commit
35636ce4d2
3 changed files with 54 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ add_project_arguments(
|
|||
cc = meson.get_compiler('c')
|
||||
|
||||
is_freebsd = host_machine.system().startswith('freebsd')
|
||||
bindir = get_option('bindir')
|
||||
datadir = get_option('datadir')
|
||||
sysconfdir = get_option('sysconfdir')
|
||||
prefix = get_option('prefix')
|
||||
|
|
@ -187,6 +188,8 @@ install_data(
|
|||
install_dir: datadir + '/wayland-sessions'
|
||||
)
|
||||
|
||||
install_data('swayterm', install_dir: bindir)
|
||||
|
||||
if get_option('default-wallpaper')
|
||||
wallpaper_files = files(
|
||||
'assets/Sway_Wallpaper_Blue_768x1024.png',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue