rofi instead of wofi
This commit is contained in:
parent
1ae049d8ed
commit
fe9e1bdbc8
6 changed files with 10 additions and 11 deletions
|
@ -121,12 +121,9 @@ in
|
|||
"float, confirmreset"
|
||||
"float, title:Open File" # decrease screen brightness
|
||||
"float, title:branchdialog"
|
||||
"float, Lxappearance"
|
||||
"float, Wofi"
|
||||
"float, Rofi"
|
||||
"float, Calculator"
|
||||
"rounding 10, Wofi"
|
||||
"float, mako"
|
||||
"animation none,Wofi"
|
||||
"float,viewnior"
|
||||
"float,feh"
|
||||
"float, pavucontrol-qt"
|
||||
|
@ -151,8 +148,6 @@ in
|
|||
|
||||
bind = [
|
||||
"$mainMod, Escape, exec, wlogout -p layer-shell"
|
||||
"$mainMod, R, exec, wofi --show drun --allow-images"
|
||||
"$mainMod, P, exec, wofi-pass"
|
||||
"$mainMod, mouse_down, workspace, e+1"
|
||||
"$mainMod, mouse_up, workspace, e-1"
|
||||
|
||||
|
@ -182,7 +177,7 @@ in
|
|||
"$mainMod, C, killactive"
|
||||
"$mainMod SHIFT, Q, exit"
|
||||
"$mainMod, E, exec, nautilus"
|
||||
#"$mainMod, R, exec, rofi -show drun -show-icons"
|
||||
"$mainMod, R, exec, ~/.config/rofi/launchers/type-6/launcher.sh"
|
||||
#"$mainMod, P, pseudo"
|
||||
|
||||
|
||||
|
@ -197,7 +192,7 @@ in
|
|||
"$mainMod SHIFT, R, exec, wf-recorder & dunstify -a 'Recordering Started' -i -u -A '^C ,stop' -t 0 -i ~/icons/rec-button.png"
|
||||
|
||||
# Emoji selector
|
||||
"$mainMod SHIFT, E, exec, wofi-emoji"
|
||||
"$mainMod SHIFT, E, exec, rofimoji"
|
||||
|
||||
|
||||
# Change HZ
|
||||
|
|
|
@ -310,18 +310,17 @@ in
|
|||
}
|
||||
|
||||
'';
|
||||
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
wofi
|
||||
wofi-emoji
|
||||
dbus
|
||||
sway-contrib.grimshot
|
||||
hyprlock
|
||||
hypridle
|
||||
hyprpaper
|
||||
hyprpicker
|
||||
rofi-wayland
|
||||
rofimoji
|
||||
qt6.qtwayland
|
||||
kdePackages.qt6ct
|
||||
slurp
|
||||
|
|
|
@ -61,6 +61,7 @@
|
|||
# Nvim
|
||||
lua-language-server
|
||||
glow
|
||||
#hk
|
||||
|
||||
|
||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
"qemu-libvirtd"
|
||||
"docker"
|
||||
"key"
|
||||
"wireshark"
|
||||
];
|
||||
packages = [ inputs.home-manager.packages.${pkgs.system}.default ];
|
||||
openssh.authorizedKeys.keys = [
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
common.services.steam.enable = true;
|
||||
services.flatpak.enable = true;
|
||||
|
||||
programs.wireshark.enable = true;
|
||||
|
||||
|
||||
#Bootloader
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
# example = prev.example.overrideAttrs (oldAttrs: rec {
|
||||
# ...
|
||||
# });
|
||||
rofimoji = prev.rofimoji.override { rofi = prev.rofi-wayland; };
|
||||
};
|
||||
|
||||
stable-packages = final: _prev: {
|
||||
|
|
Loading…
Reference in a new issue