create profile
This commit is contained in:
parent
e9ba00674a
commit
51d2fd1316
1 changed files with 5 additions and 14 deletions
19
config.nix
19
config.nix
|
@ -78,8 +78,6 @@ in
|
|||
extraConfig = ''
|
||||
set $ws1 c3nav
|
||||
default_border none
|
||||
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/*
|
||||
'';
|
||||
};
|
||||
|
||||
|
@ -87,18 +85,11 @@ in
|
|||
firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-esr;
|
||||
policies = {
|
||||
SupportMenu = {
|
||||
Title = "Config";
|
||||
URL = "https://git.hamburg.ccc.de/jopejoe1/c3terminal";
|
||||
};
|
||||
Preferences = {
|
||||
"browser.ssb.enabled" = lock true;
|
||||
#"ui.osk.detected_physical_keyboard" = lock false;
|
||||
#"browser.gesture.pinch.in" = lock false;
|
||||
#"browser.gesture.pinch.out" = lock false;
|
||||
"zoom.maxPercent" = lock 100;
|
||||
"zoom.minPercent" = lock 100;
|
||||
profiles = {
|
||||
default = {
|
||||
id = 0;
|
||||
isDefault = true;
|
||||
name = "default";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue