dotfiles

Alpine Linux dotfiles

git clone git://git.lin.moe/dotfiles.git

 1
 2for_window [window_role = "pop-up"] floating enable
 3for_window [window_role = "bubble"] floating enable
 4for_window [window_role = "dialog"] floating enable
 5for_window [window_type = "dialog"] floating enable
 6for_window [window_role = "task_dialog"] floating enable
 7for_window [window_type = "menu"] floating enable
 8for_window [class = "(?i)pinentry"] floating enable
 9
10for_window [window_role = "About"] floating enable
11for_window [window_role = "GtkFileChooserDialog"] resize set 590 340
12for_window [window_role = "GtkFiileChooserDialog"] move position center
13
14for_window [title = "^Open File$"] floating enable
15for_window [title = "^Open Folder$"] floating enable
16for_window [title="File Operation Progress"] floating enable, border pixel 1, sticky enable, resize set width 40 ppt height 30 ppt
17for_window [title="Save File"] floating enable
18
19for_window [title = "Picture-in-picture"] floating enable, sticky enable
20for_window [app_id="firefox|librewolf" title="^Library$"] floating enable, border pixel 1, sticky enable
21for_window [title=".*Saladict - Pop-up Dictionary .*"] floating enable
22for_window [app_id = "swayimg"] floating enable
23
24for_window [app_id="pinentry-*"] floating enable
25for_window [app_id = "virt-manager"] floating enable
26
27no_focus [app_id="waybar"]
28for_window [app_id="waybar" floating] {
29    move position cursor
30    move down 60px # adjust if some menus still don't fit
31}
32
33for_window [title=".*"] title_format %title゜
34
35for_window [shell="xwayland"] title_format "<span>[X] %title゜</span>"
36
37no_focus [class="wechat"]