summaryrefslogtreecommitdiff
path: root/nixpkgs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-09-20 19:30:06 +0200
committerAlex Auvolat <alex@adnab.me>2023-09-20 19:30:06 +0200
commitcd08dfe01827a78a7c77e2ced392ac0318c7f4a7 (patch)
tree9eaef0634851327bf59708a1bbcaeb3282e4bf05 /nixpkgs
parentdeaeb8fbac9ba7bfbc9fa9341c64840433415e14 (diff)
downloaduser-config-cd08dfe01827a78a7c77e2ced392ac0318c7f4a7.tar.gz
user-config-cd08dfe01827a78a7c77e2ced392ac0318c7f4a7.zip
kusanagi: fix tearing, and other things
Diffstat (limited to 'nixpkgs')
-rw-r--r--nixpkgs/icewm.nix3
1 files changed, 2 insertions, 1 deletions
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
'';