Replies: 4 comments 8 replies
-
Im trying to use a scratchpad but i want it to be fullscreen, specifficaly neovim. Currently i have a scratchpad that runs "kitty --class neovim nvim". When i set the class neovim to have the fullscreen window rule the scratchpad starts in fullscreen but instantly goes back to being tiled. I think using class + class_match wouldn't work since neovim runs in the kitty terminal and that would impact all other instances of the terminal as well. If you have any ideas or suggestions on how i could achieve this if it is possible let me know. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
-
Can't seem to make the window keep the fullscreen option, tried using a special workspace and the Maybe it would be a cool option to have to be able to set the scratchpad to fullscreen. If maybe you think of a way to do this some other way let me know :) |
Beta Was this translation helpful? Give feedback.
-
Managed to do it by setting size="100% 100%" and position="0% 0%" and configuring waybar to be at the bottom layer so that the window would overlap it, thanks for the advice! |
Beta Was this translation helpful? Give feedback.
-
Hey, I wanted to add some more information to the wiki but could not find out how to edit or pull request it, would be useful to add this to scracthpad You can also use some websites [scratchpads.gpt]
animation = "fromTop"
command = "brave --profile-directory=Default --app=https://chat.openai.com"
class = "brave-chat.openai.com__-Default"
size = "75% 60%"
process_tracking = false ** tip #you can use rofi to get the name of the class
rofi -show window |
Beta Was this translation helpful? Give feedback.
-
Question, suggestions & misc topics to discuss
Beta Was this translation helpful? Give feedback.
All reactions