Replace urxvt in default config with a simple terminal chooser

This commit is contained in:
Jan Beich 2019-01-24 19:24:26 +00:00
parent ba96983bf0
commit 35636ce4d2
3 changed files with 54 additions and 1 deletions

View file

@ -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',