From 9bb02fe83c6d6680fa046fcfa1ad678461efc7d1 Mon Sep 17 00:00:00 2001 From: zoe Date: Sun, 19 Mar 2023 20:11:33 +0100 Subject: [PATCH] idek --- home.nix | 2 +- i3/config.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home.nix b/home.nix index ca028f2..da711e2 100644 --- a/home.nix +++ b/home.nix @@ -46,7 +46,7 @@ in services.picom = { enable = true; - package = pkgs.picom-jonaburg; + package = pkgs.picom; fade = true; fadeDelta = 2; extraArgs = [ "--experimental-backends" ]; diff --git a/i3/config.nix b/i3/config.nix index 97fb4d5..2bc2633 100644 --- a/i3/config.nix +++ b/i3/config.nix @@ -102,8 +102,8 @@ in m = "exec --no-startup-id amixer set Master toggle"; n = "exec --no-startup-id amixer set Capture toggle"; p = "exec --no-startup-id playerctld shift"; - "Shift+j" = "exec --no-startup-id playerctl volume 0.5-"; - "Shift+k" = "exec --no-startup-id playerctl volume 0.5+"; + "Shift+j" = "exec --no-startup-id playerctl volume 0.05-"; + "Shift+k" = "exec --no-startup-id playerctl volume 0.05+"; space = "exec --no-startup-id playerctl play-pause"; l = "exec playerctl next"; h = "exec playerctl previous";