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";