This commit is contained in:
beanigen 2025-04-16 12:44:12 +08:00
parent 9a7651523b
commit 3146cd2355
No known key found for this signature in database
3 changed files with 6 additions and 2 deletions

View file

@ -103,7 +103,7 @@
libvdpau-va-gl libvdpau-va-gl
]; ];
}; };
environment.sessionVariables = { LIBVA_DRIVER_NAME = "i965"; ELECTRON_OZONE_PLATFORM_HINT = "wayland";}; environment.sessionVariables = { LIBVA_DRIVER_NAME = "i965"; ELECTRON_OZONE_PLATFORM_HINT = "wayland"; PASSWORD_STORE_DIR = "$HOME/sync/general/pass";};
security.polkit.enable = true; security.polkit.enable = true;
security.pam = { security.pam = {
services.gtklock = {}; services.gtklock = {};

View file

@ -27,6 +27,9 @@
dwt = "disabled"; dwt = "disabled";
scroll_factor = "0.3"; scroll_factor = "0.3";
}; };
"type:keyboard" = {
xkb_options = "caps:backspace";
};
"1739:0:Synaptics_TM3075-002" = { "1739:0:Synaptics_TM3075-002" = {
natural_scroll = "enabled"; natural_scroll = "enabled";
click_method = "clickfinger"; click_method = "clickfinger";
@ -73,6 +76,7 @@
"Shift_L+Control_L+F" = "exec playerctl position 10+"; "Shift_L+Control_L+F" = "exec playerctl position 10+";
"Mod4+w" = null; "Mod4+w" = null;
"Mod4+s" = null; "Mod4+s" = null;
}; };
floating.criteria = [ floating.criteria = [
{ app_id = "^fzf-launcher-foot$";} { app_id = "^fzf-launcher-foot$";}

View file

@ -42,7 +42,7 @@
}, },
"group/audio": { "group/audio": {
"orientation": "inherit", "orientation": "inherit",
"modules": ["wireplumber", "cava"], "modules": ["wireplumber", ],
"on-click": "pavucontrol", "on-click": "pavucontrol",
}, },
"group/mpdg": { "group/mpdg": {