mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
optimized some lower-powered hosts
This commit is contained in:
parent
8a145e6580
commit
6136cc9f2a
5 changed files with 34 additions and 3 deletions
|
@ -48,6 +48,12 @@
|
|||
home-manager.users.emmet.userSettings = {
|
||||
name = "Emmet";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
libwacom
|
||||
];
|
||||
services.xserver.wacom.enable = true;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -50,6 +50,14 @@
|
|||
enabled = lib.mkForce "no";
|
||||
};
|
||||
|
||||
decoration = {
|
||||
shadow.enabled = lib.mkForce false;
|
||||
blur = {
|
||||
size = lib.mkForce 10;
|
||||
passes = lib.mkForce 1;
|
||||
};
|
||||
};
|
||||
|
||||
bind = [
|
||||
''SUPER,E,exec,if hyprctl clients | grep qutegmail; then echo "scratch_mail respawn not needed"; else qutebrowser --qt-flag enable-gpu-rasterization --qt-flag enable-native-gpu-memory-buffers --qt-flag num-raster-threads=4 -B ~/.browser/Teaching :'set input.mode_override passthrough -u mail.google.com' :'set window.title_format qutegmail' :'set tabs.show never' :'set statusbar.show never' https://mail.google.com; fi''
|
||||
"SUPER,E,togglespecialworkspace,scratch_email"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue