diff options
Diffstat (limited to 'dots/i3-config')
-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 |