⚙️ config(hypr): disabled localsend scratchpad
there were some issues and i couldnt fix it
This commit is contained in:
parent
a639d6e63f
commit
78907bf4b6
3 changed files with 9 additions and 1 deletions
|
@ -30,6 +30,7 @@ bind=SUPER, 51, exec, pypr toggle terminal && hyprctl dispatch bringactivetotop
|
||||||
bind=SUPER, B, exec, pypr toggle btop && hyprctl dispatch bringactivetotop
|
bind=SUPER, B, exec, pypr toggle btop && hyprctl dispatch bringactivetotop
|
||||||
bind=SUPERSHIFT, G, exec, pypr toggle gpt && hyprctl dispatch bringactivetotop
|
bind=SUPERSHIFT, G, exec, pypr toggle gpt && hyprctl dispatch bringactivetotop
|
||||||
bind=SUPERSHIFT, B, exec, pypr toggle bluetooth && hyprctl dispatch bringactivetotop
|
bind=SUPERSHIFT, B, exec, pypr toggle bluetooth && hyprctl dispatch bringactivetotop
|
||||||
|
# bind=SUPERSHIFT, S, exec, pypr toggle localsend && hyprctl dispatch bringactivetotop
|
||||||
bind=SUPER,E,exec,pypr toggle yazi && hyprctl dispatch bringactivetotop
|
bind=SUPER,E,exec,pypr toggle yazi && hyprctl dispatch bringactivetotop
|
||||||
bind=SUPER,D,exec,pypr toggle dots && hyprctl dispatch bringactivetotop
|
bind=SUPER,D,exec,pypr toggle dots && hyprctl dispatch bringactivetotop
|
||||||
|
|
||||||
|
|
|
@ -35,3 +35,10 @@ animation = "fromRight"
|
||||||
unfocus = "hide"
|
unfocus = "hide"
|
||||||
margin = 20
|
margin = 20
|
||||||
lazy = true
|
lazy = true
|
||||||
|
|
||||||
|
# [scratchpads.localsend]
|
||||||
|
# command = "localsend"
|
||||||
|
# animation = "fromRight"
|
||||||
|
# unfocus = "hide"
|
||||||
|
# margin = 20
|
||||||
|
# lazy = true
|
||||||
|
|
|
@ -50,7 +50,7 @@ windowrulev2 = center 1,$scratchpad
|
||||||
windowrulev2 = size 70% 70%,$scratchpad
|
windowrulev2 = size 70% 70%,$scratchpad
|
||||||
windowrulev2 = workspace special:scratchpad silent,$scratchpad
|
windowrulev2 = workspace special:scratchpad silent,$scratchpad
|
||||||
|
|
||||||
$sideScratchpad = class:^(.*pavucontrol.*)$|^(.*localsend.*)$|(.*blueman-manager.*)$
|
$sideScratchpad = class:^(.*pavucontrol.*)$|(.*blueman-manager.*)$ #|^(.*localsend.*)$
|
||||||
windowrulev2 = workspace special:sideScratchpad silent,$sideScratchpad
|
windowrulev2 = workspace special:sideScratchpad silent,$sideScratchpad
|
||||||
windowrulev2 = size 30% 90%,$sideScratchpad
|
windowrulev2 = size 30% 90%,$sideScratchpad
|
||||||
windowrulev2 = float,$sideScratchpad
|
windowrulev2 = float,$sideScratchpad
|
||||||
|
|
Loading…
Add table
Reference in a new issue