add rofimoji, feh config and reenable easyeffects
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user