diff options
author | Casper <me@skylarcloud.xyz> | 2024-12-23 10:30:47 -0700 |
---|---|---|
committer | Casper <me@skylarcloud.xyz> | 2024-12-23 10:30:47 -0700 |
commit | a6b6ddbdbe56a103374f7600c3c36f55adbad710 (patch) | |
tree | cb2bed1d01c87e4e4a4b0bce8b91e1b59c82bf14 /dots | |
parent | c4562c5bb241ad8f5dcadd51ba429ca635293ada (diff) |
implemented split-browser for web qubes
Diffstat (limited to 'dots')
-rw-r--r-- | dots/i3-config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dots/i3-config b/dots/i3-config index 616b756..8c0de8a 100644 --- a/dots/i3-config +++ b/dots/i3-config @@ -275,6 +275,9 @@ bar { # Avoids screen size fingerprinting for_window [title="Tor Browser"] floating enable +# Make any instance of rofi float +for_window [title="rofi"] floating enable + # Make sure all xdg autostart entries are started, this is (among other things) # necessary to make sure transient vm's come up exec --no-startup-id qubes-i3-xdg-autostart |