aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/nipsy/richese.nix7
1 files changed, 7 insertions, 0 deletions
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";
+ };
+ };
}