diff --git a/home-manager/common/desktops/hyprland/components/hyprland.nix b/home-manager/common/desktops/hyprland/components/hyprland.nix index 3a99b5b8..615573fe 100644 --- a/home-manager/common/desktops/hyprland/components/hyprland.nix +++ b/home-manager/common/desktops/hyprland/components/hyprland.nix @@ -99,7 +99,7 @@ "noblur,^(steam)$" # disables blur for steam "opacity 1.0 override,^(steam)$" # Sets opacity to 1 "noblur,^(codium)$" # disables blur for codium - "opacity 0.9 override,^(codium)$" # Sets opacity to 1 + "opacity 0.9 override,^(codium)$" # Sets opacity to 0.9 "stayfocused, title:^()$,class:^(steam)$" "minsize 1 1, title:^()$,class:^(steam)$" ]; @@ -118,6 +118,7 @@ ''SUPER, F, exec, firefox'' ''SUPER, S, exec, steam -vgui'' ''SUPER, B, exec, rofi-rbw --action copy --no-folder'' + ''SUPER_SHIFT, L, exec, logseq'' # Move focus with mainMod + arrow keys ''SUPER_ALT, left, movefocus, l'' diff --git a/home-manager/common/desktops/hyprland/components/rofi.nix b/home-manager/common/desktops/hyprland/components/rofi.nix index 9086ab3c..82571313 100644 --- a/home-manager/common/desktops/hyprland/components/rofi.nix +++ b/home-manager/common/desktops/hyprland/components/rofi.nix @@ -1,5 +1,6 @@ -{ ...}: { +{ pkgs, ...}: { programs.rofi = { + package = pkgs.rofi-wayland; enable = true; }; } diff --git a/nixos/common/desktops/hyprland/default.nix b/nixos/common/desktops/hyprland/default.nix index 55ce1b24..2df02faf 100644 --- a/nixos/common/desktops/hyprland/default.nix +++ b/nixos/common/desktops/hyprland/default.nix @@ -1,4 +1,4 @@ -{inputs, pkgs, theme, ...}: { +{inputs, pkgs, pkgs-unstable, theme, ...}: { imports = [ inputs.stylix.nixosModules.stylix @@ -137,8 +137,8 @@ # pkgs.gruvbox-gtk-theme # Gruvbox Theme # pkgs.papirus-icon-theme # Papirus Icons - pkgs.rofi-wayland # App Launcher - pkgs.rofi-rbw-wayland # Front-end for Bitwarden with Rofi + pkgs-unstable.rofi-wayland-unwrapped # App Launcher + pkgs-unstable.rofi-rbw-wayland # Front-end for Bitwarden with Rofi ]; # Enable sound with pipewire.