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