update config

This commit is contained in:
jopejoe1 2024-12-27 00:38:32 +01:00
parent 466592e7cb
commit e5478bd328

View file

@ -68,15 +68,21 @@ in
wayland.windowManager.sway = {
enable = true;
config.startup = [
{
command = "firefox-esr --kiosk c3nav.de";
}
];
config = {
startup = [
{
command = "firefox-esr --kiosk c3nav.de";
}
];
fonts = {
names = [ "Noto Sans" ];
style = "regular";
size = 30;
};
};
extraConfig = ''
set $ws1 c3nav
default_border none
font pango: "Noto Sans" regular 30
exec swaymsg "workspace $ws1;exec firefox-esr --name=c3nav --no-remote -P "terminal" https://c3nav.de; workspace $ws2; exec firefox-esr --name=fahrplan --no-remote -P "default" https://fahrplan.events.ccc.de/congress/2024/fahrplan/schedule/"
include /etc/sway/config.d/*
'';