From 5ff99a63b70b43cb710b06af22c8e0936029bd73 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Tue, 16 May 2023 18:32:45 +0200 Subject: [PATCH] Add programs, modify hyprland config Thunderbird added swayidle for idle management gtklock as screen locker use insensitive matching in wofi --- nixos-config/home-manager.nix | 3 +++ nixos-config/home-manager/config/hypr/hyprland.conf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos-config/home-manager.nix b/nixos-config/home-manager.nix index 24bb9b01..72229318 100644 --- a/nixos-config/home-manager.nix +++ b/nixos-config/home-manager.nix @@ -55,6 +55,9 @@ in { hunspellDicts.de_CH # adds German (Switzerland) for hunspell discord # install discord udiskie # user disk mounting + thunderbird # email client + swayidle # idle management + gtklock # lock screen ]; imports = [ ./home-manager/hyprland.nix ./home-manager/fish.nix ]; diff --git a/nixos-config/home-manager/config/hypr/hyprland.conf b/nixos-config/home-manager/config/hypr/hyprland.conf index 50ba5030..8314ffe8 100644 --- a/nixos-config/home-manager/config/hypr/hyprland.conf +++ b/nixos-config/home-manager/config/hypr/hyprland.conf @@ -117,7 +117,7 @@ exec-once = udiskie --no-automount --tray # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = CTRL_ALT, RETURN, exec, kitty # terminal -bind = CTRL_ALT, A, exec, wofi --show drun # app launcher +bind = CTRL_ALT, A, exec, wofi --insensitive --show drun # app launcher bind = CTRL_ALT, f, exec, firefox # browser bind = CTRL_ALT, e, exec, emacs # editor bind = CTRL_ALT, t, exec, thunar # file manager