help
This commit is contained in:
parent
9a7651523b
commit
3146cd2355
3 changed files with 6 additions and 2 deletions
|
|
@ -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 = {};
|
||||||
|
|
|
||||||
|
|
@ -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$";}
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue