From 5575ac18e184a4da4051decff1d903d1acf1ac31 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:26:48 +0100 Subject: [PATCH] add rofimoji, feh config and reenable easyeffects --- .config/i3/config | 2 +- modules/graphical/i3.nix | 1 + modules/graphical/noise-supression.nix | 2 +- users/kopatz/home.nix | 16 ++++++++++++++++ 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 0bcb6ee..a365052 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -59,7 +59,7 @@ bindsym $mod+space exec --no-startup-id rofi -modi drun -show drun \ bindsym $mod+a exec --no-startup-id rofi -show window \ -config ~/.config/rofi/rofidmenu.rasi - +bindsym $mod+period exec --no-startup-id rofimoji #bindsym F10 exec --no-startup-id rofi -show window \ # -config ~/.config/rofi/rofidmenu.rasi diff --git a/modules/graphical/i3.nix b/modules/graphical/i3.nix index 7e6c2a7..7cb5f97 100644 --- a/modules/graphical/i3.nix +++ b/modules/graphical/i3.nix @@ -65,6 +65,7 @@ in { environment.systemPackages = with pkgs; [ picom # compositor rofi # application + rofimoji maim # takes screenshots xclip dex # starts applications according to .desktop files diff --git a/modules/graphical/noise-supression.nix b/modules/graphical/noise-supression.nix index b9a3886..34d8aa9 100644 --- a/modules/graphical/noise-supression.nix +++ b/modules/graphical/noise-supression.nix @@ -9,7 +9,7 @@ in config = lib.mkIf cfg.enable { environment.systemPackages = with pkgs; [ - #easyeffects #rust build broken atm + easyeffects ]; }; } diff --git a/users/kopatz/home.nix b/users/kopatz/home.nix index 55b4528..7346ce8 100644 --- a/users/kopatz/home.nix +++ b/users/kopatz/home.nix @@ -34,6 +34,22 @@ inputs.nix-colors.homeManagerModule ]; + programs.feh = { + enable = true; + buttons = { + # Unbind existing scroll operations + prev_img = null; + next_img = null; + # Set + zoom_in = 4; + zoom_out = 5; + }; + keybindings = { + prev_img = [ "h" "Left" ]; + next_img = [ "l" "Right" ]; + }; + }; + programs.newsboat = { enable = true; extraConfig = ''