update config
This commit is contained in:
parent
466592e7cb
commit
e5478bd328
1 changed files with 12 additions and 6 deletions
18
config.nix
18
config.nix
|
@ -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/*
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue