disbale sway
This commit is contained in:
parent
4463271309
commit
066f549ad9
1 changed files with 14 additions and 7 deletions
21
config.nix
21
config.nix
|
@ -64,15 +64,22 @@ in
|
||||||
firefox = {
|
firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.firefox-esr;
|
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;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
wayland.windowManager.sway = {
|
|
||||||
enable = true;
|
|
||||||
extraConfig = ''
|
|
||||||
bindgesture swipe:right workspace prev
|
|
||||||
bindgesture swipe:left workspace next
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue