✨ feat(hypr): added tgpt and dots scratchpads
This commit is contained in:
parent
5073a06297
commit
e495120cfa
3 changed files with 16 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue