This commit is contained in:
alisceon 2026-02-01 21:30:23 +01:00
parent d2b44fae51
commit cc6e5f921f
5 changed files with 19 additions and 15 deletions

View file

@ -4,7 +4,7 @@
uwsm = "${pkgs.uwsm}/bin/uwsm-app --";
swaymsg = "${pkgs.sway}/bin/swaymsg";
lock = "${pkgs.swaylock}/bin/swaylock --daemonize";
term = "${pkgs.foot}/bin/foot";
term = "${pkgs.foot}/bin/footclient";
notify = "${pkgs.libnotify}/bin/notify-send";
nag = "${pkgs.sway}/bin/swaynag --edge bottom";
dmenu = "${pkgs.rofi-unwrapped}/bin/rofi";
@ -450,6 +450,10 @@
enable = true;
server.enable = true;
settings = {
main = {
app-id="footclient";
workers = 32;
};
bell = {
system = "no";
};