From cd08dfe01827a78a7c77e2ced392ac0318c7f4a7 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 20 Sep 2023 19:30:06 +0200 Subject: kusanagi: fix tearing, and other things --- nixpkgs/icewm.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nixpkgs') diff --git a/nixpkgs/icewm.nix b/nixpkgs/icewm.nix index 192aeb0..6897ca0 100644 --- a/nixpkgs/icewm.nix +++ b/nixpkgs/icewm.nix @@ -7,10 +7,11 @@ ".config/sx/sxrc".executable = true; ".config/sx/sxrc".text = '' ${pkgs.xorg.xsetroot}/bin/xsetroot -solid "#008080" + ${pkgs.xorg.xkbcomp}/bin/xkbcomp ${../xkb/symbols/custom-fr} $DISPLAY xset s off xset -dpms pcmanfm -d & - pcmanfm --desktop & + #pcmanfm --desktop & nm-applet & icewm-session ''; -- cgit v1.2.3