Provide for a floating window in i3
- Make any window opened with class `__user_requests_float` float - Configure qutebrowser to use a script that starts kitty->vim this way
This commit is contained in:
parent
c400b9dff3
commit
b67755e615
2 changed files with 3 additions and 4 deletions
|
@ -191,6 +191,5 @@ hide_edge_borders both
|
|||
# allow workspace swap keys to toggle back and forth with prior workspace
|
||||
workspace_auto_back_and_forth yes
|
||||
|
||||
# Startup stuff
|
||||
exec --no-startup-id "xsetroot -solid black"
|
||||
exec --no-startup-id nextcloud
|
||||
# Make windows created with a special floating class float
|
||||
for_window [instance="__user_requests_float"] floating enable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue