nix-configs

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

commit 2e75b6da1bc86825242478e8c0778c442975c498
parent 79b2464fab656ec5b58c4fdeb69c50518ee0c935
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Tue, 14 Jul 2026 21:10:49 +0100

Add Super + T for terminal

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

diff --git a/home/hyprland.nix b/home/hyprland.nix @@ -52,6 +52,7 @@ in -- Input 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 + T", hl.dsp.exec_cmd("alacritty")) hl.bind("SUPER + RETURN", hl.dsp.exec_cmd("alacritty")) hl.bind("SUPER + R", hl.dsp.exec_cmd("tofi-run | xargs -I{} sh -c '{}'")) hl.bind("ALT + Tab", hl.dsp.window.cycle_next())