diff --git a/.config/hypr/keybinds/binds.conf b/.config/hypr/keybinds/binds.conf index 99a1ef8d..a6d8ff7d 100644 --- a/.config/hypr/keybinds/binds.conf +++ b/.config/hypr/keybinds/binds.conf @@ -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=SUPERSHIFT, G, exec, pypr toggle gpt && 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,D,exec,pypr toggle dots && hyprctl dispatch bringactivetotop diff --git a/.config/hypr/pyprland.toml b/.config/hypr/pyprland.toml index f44f9ecb..99ef2563 100644 --- a/.config/hypr/pyprland.toml +++ b/.config/hypr/pyprland.toml @@ -35,3 +35,10 @@ animation = "fromRight" unfocus = "hide" margin = 20 lazy = true + +# [scratchpads.localsend] +# command = "localsend" +# animation = "fromRight" +# unfocus = "hide" +# margin = 20 +# lazy = true diff --git a/.config/hypr/themes/luna/rules.conf b/.config/hypr/themes/luna/rules.conf index 7c6da8b6..98be6e1f 100644 --- a/.config/hypr/themes/luna/rules.conf +++ b/.config/hypr/themes/luna/rules.conf @@ -50,7 +50,7 @@ windowrulev2 = center 1,$scratchpad windowrulev2 = size 70% 70%,$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 = size 30% 90%,$sideScratchpad windowrulev2 = float,$sideScratchpad