From e7f36f5d1c2a815510e05d4180e6c6dae6e4541f Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sun, 13 Jul 2025 20:16:14 -0700 Subject: [PATCH] feat: forgor --- home/environments/niri/binds.nix | 3 ++- home/environments/niri/niri.nix | 4 +++- systems/goliath.nix | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/home/environments/niri/binds.nix b/home/environments/niri/binds.nix index 67428380..ead5050b 100644 --- a/home/environments/niri/binds.nix +++ b/home/environments/niri/binds.nix @@ -144,7 +144,8 @@ in { "XF86AudioPlay".action.spawn = ["${pkgs.playerctl}/bin/playerctl" "play-pause"]; "XF86AudioNext".action.spawn = ["${pkgs.playerctl}/bin/playerctl" "next"]; "XF86AudioPrev".action.spawn = ["${pkgs.playerctl}/bin/playerctl" "prev"]; - "Mod+T".action.spawn = ["${config.programs.wezterm.package}/bin/wezterm"]; + "Mod+Return".action.spawn = ["${config.programs.wezterm.package}/bin/wezterm"]; + "Mod+T".action.toggle-window-floating = {}; "Mod+D".action.spawn = ["${config.programs.wofi.package}/bin/wofi" "-t" "wezterm" "-IS" "drun"]; "Mod+Shift+D".action.spawn = ["${config.programs.wofi.package}/bin/wofi" "-t" "wezterm" "-IS" "run"]; "Mod+Escape".action.spawn = ["${config.programs.wlogout.package}/bin/wlogout" "-p" "layer-shell"]; diff --git a/home/environments/niri/niri.nix b/home/environments/niri/niri.nix index f7123779..a402079b 100644 --- a/home/environments/niri/niri.nix +++ b/home/environments/niri/niri.nix @@ -26,6 +26,7 @@ in { }; gestures.hot-corners.enable = false; input = { + workspace-auto-back-and-forth = true; keyboard = { xkb = { options = "compose:rctrl,ctrl:nocaps"; @@ -38,7 +39,8 @@ in { dwt = true; dwtp = true; }; - focus-follows-mouse.enable = true; + # i think this causes issues with games + #focus-follows-mouse.enable = true; }; layout = { background-color = config.palette.base.hex; diff --git a/systems/goliath.nix b/systems/goliath.nix index 74bbc0da..080c5227 100644 --- a/systems/goliath.nix +++ b/systems/goliath.nix @@ -47,6 +47,7 @@ _: let imports = (with tree.nixos.profiles; [ graphical + quiet-boot wireless gaming ])