feat(hypr): added tgpt and dots scratchpads

This commit is contained in:
Sergio Laín 2023-11-11 16:49:45 +01:00
parent 5073a06297
commit e495120cfa
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 16 additions and 11 deletions

View file

@ -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,V,exec,pypr toggle volume
bind=SUPER, 51, exec, pypr toggle terminal && hyprctl dispatch bringactivetotop ## Backslash bind=SUPER, 51, exec, pypr toggle terminal && hyprctl dispatch bringactivetotop ## Backslash
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 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=SUPERSHIFT, B, exec, pypr toggle bluetooth && 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
# Screenshotting # Screenshotting
bind=SHIFT,Insert,exec, hyprshot -m output -o ~/Imagenes/Capturas/PC -f captura-$(date +'%Y-%m-%d-%s').png bind=SHIFT,Insert,exec, hyprshot -m output -o ~/Imagenes/Capturas/PC -f captura-$(date +'%Y-%m-%d-%s').png

View file

@ -20,12 +20,16 @@
"yazi": { "yazi": {
"command": "kitty --class scratchpad yazi" "command": "kitty --class scratchpad yazi"
}, },
"btop": { "gpt": {
"command": "kitty --class scratchpad btop", "command": "kitty --class scratchpad tgpt -i",
"lazy": true "lazy": true
}, },
"galculator": { "dots": {
"command": "galculator", "command": "kitty --class scratchpad yadm enter lazygit",
"lazy": true
},
"btop": {
"command": "kitty --class scratchpad btop",
"lazy": true "lazy": true
}, },
"bluetooth": { "bluetooth": {

View file

@ -10,7 +10,7 @@ windowrulev2 = float,$center-float
windowrulev2 = size 70% 70%,$center-float windowrulev2 = size 70% 70%,$center-float
windowrulev2 = center 1,$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 = float,$center-float-mini
windowrulev2 = size 30% 40%,$center-float-mini windowrulev2 = size 30% 40%,$center-float-mini
windowrulev2 = center 1,$center-float-mini windowrulev2 = center 1,$center-float-mini
@ -49,11 +49,11 @@ windowrulev2 = workspace special silent,$sideScratchpad
windowrulev2 = float,$sideScratchpad windowrulev2 = float,$sideScratchpad
windowrulev2 = size 30% 85%,$sideScratchpad windowrulev2 = size 30% 85%,$sideScratchpad
$miniScratchpad = class:^(.*galculator.*)$ # $miniScratchpad = class:^(.*galculator.*)$
windowrulev2 = workspace special silent,$miniScratchpad # windowrulev2 = workspace special silent,$miniScratchpad
windowrulev2 = float,$miniScratchpad # windowrulev2 = float,$miniScratchpad
windowrulev2 = size 30% 40%,$miniScratchpad # windowrulev2 = size 30% 40%,$miniScratchpad
windowrulev2 = center 1,$scratchpad # windowrulev2 = center 1,$scratchpad
## Specific App Rules ## Specific App Rules