update Hyprland
This commit is contained in:
parent
aed98a7db7
commit
3d90381798
3 changed files with 7 additions and 5 deletions
|
@ -99,7 +99,7 @@
|
||||||
"noblur,^(steam)$" # disables blur for steam
|
"noblur,^(steam)$" # disables blur for steam
|
||||||
"opacity 1.0 override,^(steam)$" # Sets opacity to 1
|
"opacity 1.0 override,^(steam)$" # Sets opacity to 1
|
||||||
"noblur,^(codium)$" # disables blur for codium
|
"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)$"
|
"stayfocused, title:^()$,class:^(steam)$"
|
||||||
"minsize 1 1, title:^()$,class:^(steam)$"
|
"minsize 1 1, title:^()$,class:^(steam)$"
|
||||||
];
|
];
|
||||||
|
@ -118,6 +118,7 @@
|
||||||
''SUPER, F, exec, firefox''
|
''SUPER, F, exec, firefox''
|
||||||
''SUPER, S, exec, steam -vgui''
|
''SUPER, S, exec, steam -vgui''
|
||||||
''SUPER, B, exec, rofi-rbw --action copy --no-folder''
|
''SUPER, B, exec, rofi-rbw --action copy --no-folder''
|
||||||
|
''SUPER_SHIFT, L, exec, logseq''
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
''SUPER_ALT, left, movefocus, l''
|
''SUPER_ALT, left, movefocus, l''
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{ ...}: {
|
{ pkgs, ...}: {
|
||||||
programs.rofi = {
|
programs.rofi = {
|
||||||
|
package = pkgs.rofi-wayland;
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{inputs, pkgs, theme, ...}: {
|
{inputs, pkgs, pkgs-unstable, theme, ...}: {
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
inputs.stylix.nixosModules.stylix
|
inputs.stylix.nixosModules.stylix
|
||||||
|
@ -137,8 +137,8 @@
|
||||||
# pkgs.gruvbox-gtk-theme # Gruvbox Theme
|
# pkgs.gruvbox-gtk-theme # Gruvbox Theme
|
||||||
# pkgs.papirus-icon-theme # Papirus Icons
|
# pkgs.papirus-icon-theme # Papirus Icons
|
||||||
|
|
||||||
pkgs.rofi-wayland # App Launcher
|
pkgs-unstable.rofi-wayland-unwrapped # App Launcher
|
||||||
pkgs.rofi-rbw-wayland # Front-end for Bitwarden with Rofi
|
pkgs-unstable.rofi-rbw-wayland # Front-end for Bitwarden with Rofi
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
|
|
Loading…
Reference in a new issue