Pfft !

← Retour à la timeline
@n1@fosstodon.org
⭐ favori

How to tell Hyprland to open a new small Firefox window in the center of the screen with specific URL? Set “temporary” rules.

#linux #bash #hyprland

![#!/bin/bash

hyprctl keyword windowrulev2 “float,class:firefox-dev” hyprctl keyword windowrulev2 “size 1000 1000,class:firefox-dev” hyprctl keyword windowrulev2 “center,class:firefox-dev”

firefox –new-window “https://chatgpt.com ” &

sleep 0.4

hyprctl keyword windowrulev2 “tile,class:firefox-dev”](https://stockage.framapiaf.org/framapiaf/cache/media_attachments/files/115/881/297/019/424/540/original/cd744f7bc97e4b17.png )

#linux #bash #Hyprland