add rofimoji, feh config and reenable easyeffects

This commit is contained in:
Kopatz
2024-11-07 12:26:48 +01:00
parent 94ec756fd5
commit 5575ac18e1
4 changed files with 19 additions and 2 deletions

View File

@@ -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 \ bindsym $mod+a exec --no-startup-id rofi -show window \
-config ~/.config/rofi/rofidmenu.rasi -config ~/.config/rofi/rofidmenu.rasi
bindsym $mod+period exec --no-startup-id rofimoji
#bindsym F10 exec --no-startup-id rofi -show window \ #bindsym F10 exec --no-startup-id rofi -show window \
# -config ~/.config/rofi/rofidmenu.rasi # -config ~/.config/rofi/rofidmenu.rasi

View File

@@ -65,6 +65,7 @@ in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
picom # compositor picom # compositor
rofi # application rofi # application
rofimoji
maim # takes screenshots maim # takes screenshots
xclip xclip
dex # starts applications according to .desktop files dex # starts applications according to .desktop files

View File

@@ -9,7 +9,7 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
#easyeffects #rust build broken atm easyeffects
]; ];
}; };
} }

View File

@@ -34,6 +34,22 @@
inputs.nix-colors.homeManagerModule inputs.nix-colors.homeManagerModule
]; ];
programs.feh = {
enable = true;
buttons = {
# Unbind existing scroll operations
prev_img = null;
next_img = null;
# Set <action> <mouse button>
zoom_in = 4;
zoom_out = 5;
};
keybindings = {
prev_img = [ "h" "Left" ];
next_img = [ "l" "Right" ];
};
};
programs.newsboat = { programs.newsboat = {
enable = true; enable = true;
extraConfig = '' extraConfig = ''