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 = {
|
wayland.windowManager.sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config.startup = [
|
config = {
|
||||||
{
|
startup = [
|
||||||
command = "firefox-esr --kiosk c3nav.de";
|
{
|
||||||
}
|
command = "firefox-esr --kiosk c3nav.de";
|
||||||
];
|
}
|
||||||
|
];
|
||||||
|
fonts = {
|
||||||
|
names = [ "Noto Sans" ];
|
||||||
|
style = "regular";
|
||||||
|
size = 30;
|
||||||
|
};
|
||||||
|
};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set $ws1 c3nav
|
set $ws1 c3nav
|
||||||
default_border none
|
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/"
|
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/*
|
include /etc/sway/config.d/*
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue