more niri settings - fix terminal hotkey

This commit is contained in:
Vinzenz Schroeter 2025-11-02 20:56:05 +01:00
parent 2d4accf81f
commit 9272269c1e
2 changed files with 5 additions and 4 deletions

View file

@ -1,13 +1,14 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
{
config.programs.fuzzel = {
enable = true;
settings = {
main = {
terminal = "${pkgs.alacritty}/bin/alacritty";
terminal = "${lib.getBin pkgs.gnome-console}/bin/kgx";
icon-theme = "Adwaita";
counter = true;
font = "sans:size=10";
font = "sans:size=11";
launch-prefix = "niri msg action spawn --";
};
colors = {
border = "0003B3FF";

View file

@ -170,7 +170,7 @@
"Mod+Shift+Numbersign".action.show-hotkey-overlay = { };
# Suggested binds for running programs: terminal, app launcher, screen locker.
"Mod+T".action.spawn = "${lib.getBin pkgs.gnome-terminal}/bin/gnome-terminal";
"Mod+T".action.spawn = "${lib.getBin pkgs.gnome-console}/bin/kgx";
"Mod+D".action.spawn = "fuzzel";
"Super+Alt+L".action.spawn = "${lib.getBin config.programs.swaylock.package}/bin/swaylock";