nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 3a5bed1404158f4801bd72541ebb6dd83ff7e93d
parent e017efd193b6c163354b35f17ca71d639925f430
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Thu,  2 Jul 2026 17:34:46 +0100

These binds are now handled by the browser file

Diffstat:
Mhome/hyprland.nix | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/home/hyprland.nix b/home/hyprland.nix @@ -53,8 +53,6 @@ in hl.config({input={numlock_by_default=${lib.boolToString numlockEnabled},kb_layout="gb",kb_options="caps:backspace",follow_mouse=1,sensitivity=0,touchpad={natural_scroll=false}}}) -- Launch binds hl.bind("SUPER + RETURN", hl.dsp.exec_cmd("alacritty")) - hl.bind("SUPER + W", hl.dsp.exec_cmd("chromium")) - hl.bind("SUPER + SHIFT + W", hl.dsp.exec_cmd("chromium --incognito")) hl.bind("SUPER + R", hl.dsp.exec_cmd("tofi-run | xargs -I{} sh -c '{}'")) hl.bind("ALT + Tab", hl.dsp.window.cycle_next()) hl.bind("ALT + SHIFT + Tab", hl.dsp.window.cycle_next({ next = false }))