diff options
| author | Marc Vertes <mvertes@free.fr> | 2022-09-26 17:29:45 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2022-09-26 17:29:45 +0200 |
| commit | e7896c409cbcd41b980fa487c312fef986af00ec (patch) | |
| tree | 20595be633d980890015bf651e8d88d585328b45 | |
| parent | 2757d8c1a282957ca9faf852a8652d16387ac41e (diff) | |
update
| -rw-r--r-- | .config/i3/config | 3 | ||||
| -rw-r--r-- | .fvwm2rc | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config index 9069684..f642364 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -96,6 +96,9 @@ for_window [class="Picard"] floating enable for_window [title="QEMU"] floating enable for_window [class="Quodlibet"] floating enable for_window [class="RSS Guard"] floating enable +#for_window [class="Navigator"] floating enable +for_window [class="SeaMonkey"] floating enable +#for_window [window_role="browser"] floating enable for_window [class="Signal"] floating enable for_window [class="Slack"] floating enable for_window [class="Spotify"] floating enable @@ -102,6 +102,7 @@ AddToMenu "Desktop-Apps" + "&Keybase" Exec exec keybase-gui + "S&ignal" Exec exec signal-desktop + "&Slack" Exec exec slack ++ "Sea&Monkey" Exec exec seamonkey + "&Zoom" Exec exec zoom DestroyMenu "Settings" |
