summaryrefslogtreecommitdiff
path: root/nix/programs
diff options
context:
space:
mode:
Diffstat (limited to 'nix/programs')
-rw-r--r--nix/programs/sway.nix1
-rw-r--r--nix/programs/zsh.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/nix/programs/sway.nix b/nix/programs/sway.nix
index 22c6873..38bc4ac 100644
--- a/nix/programs/sway.nix
+++ b/nix/programs/sway.nix
@@ -267,6 +267,7 @@ in {
{ command = "inhibit_idle fullscreen; allow_tearing yes"; criteria.class = ".gamescope-wrapped"; }
{ command = "inhibit_idle fullscreen; allow_tearing yes"; criteria.app_id = "osu!"; }
{ command = "inhibit_idle fullscreen; allow_tearing yes"; criteria.class = "cs2"; }
+ { command = "inhibit_idle fullscreen; allow_tearing yes"; criteria.class = "Minecraft*"; }
#{ command = "inhibit_idle fullscreen; allow_tearing yes"; criteria.title = "Overwatch"; }
{ command = "inhibit_idle fullscreen"; criteria.class = "Ryujinx"; }
{ command = "inhibit_idle fullscreen"; criteria.app_id = "org.yuzu_emu.yuzu"; }
diff --git a/nix/programs/zsh.nix b/nix/programs/zsh.nix
index 3ea1ee5..1e5dcd6 100644
--- a/nix/programs/zsh.nix
+++ b/nix/programs/zsh.nix
@@ -23,6 +23,7 @@ in {
pgrep = "pgrep -f";
make = "make -j6";
diff = "diff -u";
+ gdb = "gdb -q";
mail = "neomutt";
iroha = "ssh andrew@iroha";
moyo = "ssh andrew@moyo";