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 = { config.programs.fuzzel = {
enable = true; enable = true;
settings = { settings = {
main = { main = {
terminal = "${pkgs.alacritty}/bin/alacritty"; terminal = "${lib.getBin pkgs.gnome-console}/bin/kgx";
icon-theme = "Adwaita"; icon-theme = "Adwaita";
counter = true; counter = true;
font = "sans:size=10"; font = "sans:size=11";
launch-prefix = "niri msg action spawn --";
}; };
colors = { colors = {
border = "0003B3FF"; border = "0003B3FF";

View file

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