Compare commits
No commits in common. "91075778f65b9544f5eeeebb9763fffb53b85043" and "64856a5d3361becac49bf61dfe3de2a5e9ce1377" have entirely different histories.
91075778f6
...
64856a5d33
1 changed files with 9 additions and 8 deletions
|
|
@ -407,7 +407,7 @@ layout {
|
|||
//spawn-at-startup "waybar"
|
||||
spawn-at-startup "swaybg" "-i" "images/wallpapers/wallhaven-yxzmog-interstellar.png"
|
||||
spawn-at-startup "swayidle" "-w"
|
||||
spawn-at-startup "wlsunset" "-l" "48.4" "-L" "6.1"
|
||||
spawn-at-startup "wlsunset" "-l" "48.6" "-L" "6.1"
|
||||
|
||||
// Uncomment this line to ask the clients to omit their client-side decorations if possible.
|
||||
// If the client will specifically ask for CSD, the request will be honored.
|
||||
|
|
@ -455,6 +455,13 @@ window-rule {
|
|||
// - host Firefox (app-id is "firefox")
|
||||
// - Flatpak Firefox (app-id is "org.mozilla.firefox")
|
||||
match app-id=r#"firefox$"# title="^Picture-in-Picture$"
|
||||
open-floating true
|
||||
}
|
||||
|
||||
window-rule {
|
||||
// This app-id regular expression will work for both:
|
||||
// - host Firefox (app-id is "firefox")
|
||||
// - Flatpak Firefox (app-id is "org.mozilla.firefox")
|
||||
match app-id=r#"firefox-nightly$"# title="^Picture-in-Picture$"
|
||||
open-floating true
|
||||
}
|
||||
|
|
@ -467,15 +474,9 @@ window-rule {
|
|||
open-maximized true
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id=r#"org.freedesktop.Xwayland$"#
|
||||
open-floating true
|
||||
open-fullscreen true
|
||||
}
|
||||
|
||||
// Example: block out two password managers from screen capture.
|
||||
// (This example rule is commented out with a "/-" in front.)
|
||||
window-rule {
|
||||
/-window-rule {
|
||||
match app-id=r#"^org\.keepassxc\.KeePassXC$"#
|
||||
match app-id=r#"^org\.gnome\.World\.Secrets$"#
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue