From 9216c5e5939a592af1cab9eeefa091c586020541 Mon Sep 17 00:00:00 2001 From: pancakes Date: Mon, 1 Apr 2024 17:44:42 +1000 Subject: [PATCH] Update justfile --- justfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index fbc3021..f7d9c9a 100644 --- a/justfile +++ b/justfile @@ -31,6 +31,10 @@ setup-code: code-oss --install-extension usernamehw.errorlens code-oss --install-extension vscodevim.vim +setup-gaming: + echo "vm.max_map_count = 2147483642" | sudo tee /etc/sysctl.d/80-gamecompatibility.conf + sudo sysctl --system + # Installs mpv scripts setup-mpv: mkdir -p ~/.config/mpv/scripts @@ -40,7 +44,7 @@ setup-mpv: # Installs AUR packages for my WM setup setup-river: - paru -S lswt river-git swaylock-effects-git swww + paru -S --noprovides lswt river-git swaylock-effects-git swww wlopm wlr-randr-git # Set ZSH as default shell and install plugins setup-shell: