From 78907bf4b6db2c9c8ccc035227cad8f462a8f0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 20 Nov 2023 09:56:51 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(hypr):=20disabled?= =?UTF-8?q?=20localsend=20scratchpad?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit there were some issues and i couldnt fix it --- .config/hypr/keybinds/binds.conf | 1 + .config/hypr/pyprland.toml | 7 +++++++ .config/hypr/themes/luna/rules.conf | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) 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