mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
fix: cliphist, disable animations for bemenu
This commit is contained in:
parent
3338e0afc0
commit
fedeb86522
1 changed files with 3 additions and 2 deletions
|
|
@ -215,7 +215,7 @@
|
|||
"$mainMod, Q, killactive,"
|
||||
"$mainMod, F, fullscreen, 1" # set 1 to 0 to set full screen without waybar
|
||||
"$mainMod, Space, togglefloating,"
|
||||
"$mainMod, D, exec, bemenu-run"
|
||||
"$mainMod, D, exec, bemenu-run -l 5"
|
||||
"SUPER SHIFT, L, exec, hyprlock"
|
||||
"$mainMod, E, exec, thunar"
|
||||
"$mainMod SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped"
|
||||
|
|
@ -223,7 +223,7 @@
|
|||
"$mainMod, W,exec, pkill wofi || wallpaper-picker"
|
||||
|
||||
# clipboard manager
|
||||
"$mainMod SHIFT, V, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy"
|
||||
"$mainMod SHIFT, V, exec, cliphist list | bemenu -l 5 | cliphist decode | wl-copy"
|
||||
|
||||
"$mainMod SHIFT, F, exec, firefox"
|
||||
"$mainMod SHIFT, W, exec, wdisplays"
|
||||
|
|
@ -337,6 +337,7 @@
|
|||
|
||||
# windowrulev2
|
||||
windowrulev2 = [
|
||||
"noanim, class:^(bemenu)$"
|
||||
"float, title:^(Picture-in-Picture)$"
|
||||
"opacity 1.0 override 1.0 override, title:^(Picture-in-Picture)$"
|
||||
"pin, title:^(Picture-in-Picture)$"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue