Skip to content

Commit

Permalink
Added setting wayland_specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
t0fik committed Sep 30, 2022
1 parent b5f8210 commit 31d171e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ly.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD.
%build
%make_build
mv -f res/config.ini config.ini_orig
awk '{print}/#save_file/{print "save_file = %{_sharedstatedir}/%{name}/save"}' config.ini_orig > res/config.ini
awk '{print}
/#save_file/{print "save_file = %{_sharedstatedir}/%{name}/save"}
/#wayland_specifier/{print "wayland_specifier = true"}
' config.ini_orig > res/config.ini


%install
Expand Down

0 comments on commit 31d171e

Please sign in to comment.