Revert "468 current 2024-04-24 13:42:05 24.05.20240423.0a0027c 6.8.6-zen1 *"
This reverts commit f378aa57eb.
This commit is contained in:
parent
f378aa57eb
commit
47630b913e
2 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# home.nix
|
||||
{theme, ...}: {
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
wayland.windowManager.hyprland.settings = with theme.colors; {
|
||||
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,6 +18,10 @@
|
|||
|
||||
# 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 = {
|
||||
|
|
@ -45,6 +49,7 @@
|
|||
drop_shadow = "yes";
|
||||
shadow_range = 60;
|
||||
shadow_render_power = 5;
|
||||
"col.shadow" = "rgba(07061f29)";
|
||||
};
|
||||
|
||||
misc = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue