17 lines
281 B
Plaintext
17 lines
281 B
Plaintext
# browser.conf
|
|
|
|
# floorp uwsm
|
|
$browser = uwsm app -- one.ablaze.floorp.desktop
|
|
|
|
$mainMod = SUPER
|
|
|
|
## keybind
|
|
bind = $mainMod, F, exec, $browser
|
|
|
|
windowrule {
|
|
name = picture-in-picture
|
|
match:title = Picture-in-Picture
|
|
float = on
|
|
size = monitor_w*0.3 monitor_h*0.3
|
|
}
|