dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit f43cf24cb273c6cb4aa2ec57405f431be52d3d88
parent a98fb0f227e52882b44fa8eb06964d561e8a42cb
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Thu,  8 Sep 2022 16:20:09 -0500

Locked qutebrowser

Since closing qutebrowser will discard all tabs, it's better to be
locked.

Diffstat:
Mlinux/.config/bspwm/bspwmrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/linux/.config/bspwm/bspwmrc b/linux/.config/bspwm/bspwmrc @@ -15,3 +15,4 @@ bspc rule -a Matplotlib state=floating bspc rule -a Screenkey manage=off bspc rule -a URxvt state=pseudo_tiled bspc rule -a Zathura state=tiled +bspc rule -a qutebrowser locked=on