Add all sway relevant config
This commit is contained in:
parent
483f435ef8
commit
284dd752dc
12 changed files with 399 additions and 2 deletions
34
.config/sway/apps
Normal file
34
.config/sway/apps
Normal file
|
@ -0,0 +1,34 @@
|
|||
for_window [class="Firefox"] mark Browser
|
||||
for_window [class="Firefox" window_role="Browser"] {
|
||||
border normal 0
|
||||
}
|
||||
# firefox floating menus
|
||||
for_window [window_role="pop-up"] floating enable
|
||||
for_window [window_role="task_dialog"] floating enable
|
||||
for_window [window_role="pop-up"] floating enable
|
||||
for_window [window_role="bubble"] floating enable
|
||||
for_window [window_role="task_dialog"] floating enable
|
||||
for_window [window_role="Preferences"] floating enable
|
||||
for_window [window_type="dialog"] floating enable
|
||||
for_window [window_type="menu"] floating enable
|
||||
for_window [title="About Mozilla Firefox"] floating enabled
|
||||
for_window [title="Password Required - Mozilla Firefox"] floating enabled
|
||||
for_window [app_id="pinentry-qt"] {
|
||||
move position center
|
||||
floating enable
|
||||
}
|
||||
for_window [app_id="pavucontrol"] {
|
||||
move position center
|
||||
floating enable
|
||||
}
|
||||
for_window [app_id="wdisplays"] {
|
||||
floating enable
|
||||
}
|
||||
for_window [app_id="com.nextcloud.desktopclient.nextcloud"] {
|
||||
border normal 1
|
||||
floating enable
|
||||
}
|
||||
|
||||
for_window [app_id="avizo-service"] border pixel 0
|
||||
for_window [app_id="avizo-service"] sticky toggle
|
||||
no_focus [app_id="avizo-service"]
|
Loading…
Add table
Add a link
Reference in a new issue