From e495120cfaacc5eb27b51f1e8bf34d149343c205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 11 Nov 2023 16:49:45 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(hypr):=20added=20tgpt=20and=20?= =?UTF-8?q?dots=20scratchpads?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/keybinds/binds.conf | 3 ++- .config/hypr/pyprland.json | 12 ++++++++---- .config/hypr/themes/luna/rules.conf | 12 ++++++------ 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.config/hypr/keybinds/binds.conf b/.config/hypr/keybinds/binds.conf index cffb7079..6e01a43f 100644 --- a/.config/hypr/keybinds/binds.conf +++ b/.config/hypr/keybinds/binds.conf @@ -26,9 +26,10 @@ bind=SUPER, 23, exec, rofi -show drun -theme ~/.config/rofi/style.rasi # tab bind=SUPER,V,exec,pypr toggle volume bind=SUPER, 51, exec, pypr toggle terminal && hyprctl dispatch bringactivetotop ## Backslash bind=SUPER, B, exec, pypr toggle btop && hyprctl dispatch bringactivetotop -bind=SUPERSHIFT, G, exec, pypr toggle galculator && hyprctl dispatch bringactivetotop +bind=SUPERSHIFT, G, exec, pypr toggle gpt && hyprctl dispatch bringactivetotop bind=SUPERSHIFT, B, exec, pypr toggle bluetooth && hyprctl dispatch bringactivetotop bind=SUPER,E,exec,pypr toggle yazi && hyprctl dispatch bringactivetotop +bind=SUPER,D,exec,pypr toggle dots && hyprctl dispatch bringactivetotop # Screenshotting bind=SHIFT,Insert,exec, hyprshot -m output -o ~/Imagenes/Capturas/PC -f captura-$(date +'%Y-%m-%d-%s').png diff --git a/.config/hypr/pyprland.json b/.config/hypr/pyprland.json index 7a85e03b..4f1b90f3 100644 --- a/.config/hypr/pyprland.json +++ b/.config/hypr/pyprland.json @@ -20,12 +20,16 @@ "yazi": { "command": "kitty --class scratchpad yazi" }, - "btop": { - "command": "kitty --class scratchpad btop", + "gpt": { + "command": "kitty --class scratchpad tgpt -i", "lazy": true }, - "galculator": { - "command": "galculator", + "dots": { + "command": "kitty --class scratchpad yadm enter lazygit", + "lazy": true + }, + "btop": { + "command": "kitty --class scratchpad btop", "lazy": true }, "bluetooth": { diff --git a/.config/hypr/themes/luna/rules.conf b/.config/hypr/themes/luna/rules.conf index 33f3fad1..38adbc9e 100644 --- a/.config/hypr/themes/luna/rules.conf +++ b/.config/hypr/themes/luna/rules.conf @@ -10,7 +10,7 @@ windowrulev2 = float,$center-float windowrulev2 = size 70% 70%,$center-float windowrulev2 = center 1,$center-float -$center-float-mini = class:^(center-float-mini)$ +$center-float-mini = class:^(center-float-mini)$|^(.*galculator.*)$ windowrulev2 = float,$center-float-mini windowrulev2 = size 30% 40%,$center-float-mini windowrulev2 = center 1,$center-float-mini @@ -49,11 +49,11 @@ windowrulev2 = workspace special silent,$sideScratchpad windowrulev2 = float,$sideScratchpad windowrulev2 = size 30% 85%,$sideScratchpad -$miniScratchpad = class:^(.*galculator.*)$ -windowrulev2 = workspace special silent,$miniScratchpad -windowrulev2 = float,$miniScratchpad -windowrulev2 = size 30% 40%,$miniScratchpad -windowrulev2 = center 1,$scratchpad +# $miniScratchpad = class:^(.*galculator.*)$ +# windowrulev2 = workspace special silent,$miniScratchpad +# windowrulev2 = float,$miniScratchpad +# windowrulev2 = size 30% 40%,$miniScratchpad +# windowrulev2 = center 1,$scratchpad ## Specific App Rules