From f7543f0e9854ee318af37e13b459170250397d5d Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 18 Sep 2025 09:39:11 -0700 Subject: Revert to st due to missing OpenGL @richese --- home/nipsy/richese.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'home') diff --git a/home/nipsy/richese.nix b/home/nipsy/richese.nix index 386b9aa..0449ff2 100644 --- a/home/nipsy/richese.nix +++ b/home/nipsy/richese.nix @@ -19,4 +19,11 @@ pipelining=True ''; }; + + xsession.windowManager.i3.config = rec { + modifier = "Mod4"; + keybindings = lib.mkOptionDefault { + "${modifier}+Return" = "exec st"; + }; + }; } -- cgit v1.2.3