chore: small changes
This commit is contained in:
parent
2f90b45fa2
commit
ae9d1d71bd
3 changed files with 7 additions and 1 deletions
|
@ -49,6 +49,10 @@ lib.mkIf osConfig.programs.hyprland.enable {
|
||||||
layout = "dwindle";
|
layout = "dwindle";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
input = {
|
||||||
|
kb_options = "compose:caps";
|
||||||
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 10;
|
rounding = 10;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
position = "top";
|
position = "top";
|
||||||
layer = "top";
|
layer = "bottom";
|
||||||
reload_style_on_change = true;
|
reload_style_on_change = true;
|
||||||
modules-left = [
|
modules-left = [
|
||||||
"tray"
|
"tray"
|
||||||
|
|
|
@ -26,6 +26,8 @@ lib.mkIf config.programs.firefox.enable {
|
||||||
};
|
};
|
||||||
policies = {
|
policies = {
|
||||||
PasswordManagerEnabled = false;
|
PasswordManagerEnabled = false;
|
||||||
|
AutofillCreditCardEnabled = false;
|
||||||
|
AutofillAddressEnabled = false;
|
||||||
# Check about:support for extension/add-on ID strings.
|
# Check about:support for extension/add-on ID strings.
|
||||||
ExtensionSettings = {
|
ExtensionSettings = {
|
||||||
"uBlock0@raymondhill.net" = {
|
"uBlock0@raymondhill.net" = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue