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";
|
||||
};
|
||||
|
||||
input = {
|
||||
kb_options = "compose:caps";
|
||||
};
|
||||
|
||||
decoration = {
|
||||
rounding = 10;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
position = "top";
|
||||
layer = "top";
|
||||
layer = "bottom";
|
||||
reload_style_on_change = true;
|
||||
modules-left = [
|
||||
"tray"
|
||||
|
|
|
@ -26,6 +26,8 @@ lib.mkIf config.programs.firefox.enable {
|
|||
};
|
||||
policies = {
|
||||
PasswordManagerEnabled = false;
|
||||
AutofillCreditCardEnabled = false;
|
||||
AutofillAddressEnabled = false;
|
||||
# Check about:support for extension/add-on ID strings.
|
||||
ExtensionSettings = {
|
||||
"uBlock0@raymondhill.net" = {
|
||||
|
|
Loading…
Add table
Reference in a new issue