468 current 2024-04-24 13:42:05 24.05.20240423.0a0027c 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-04-24 13:42:08 -04:00
parent 16f9cbc376
commit f378aa57eb
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 2 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# home.nix
{theme, ...}: {
wayland.windowManager.hyprland.settings = with theme.colors; {
wayland.windowManager.hyprland.settings = {
exec-once = [
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
"pw-loopback -C \"alsa_input.pci-0000_0d_00.4.analog-stereo\" -P \"Scarlett Solo (3rd Gen.) Headphones / Line 1-2\""
@ -18,10 +18,6 @@
# whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
apply_sens_to_raw = 0;
# active border color
"col.active_border" = "rgb(${rose})";
"col.inactive_border" = "rgb(${muted})";
};
input = {
@ -49,7 +45,6 @@
drop_shadow = "yes";
shadow_range = 60;
shadow_render_power = 5;
"col.shadow" = "rgba(07061f29)";
};
misc = {