diff options
| -rw-r--r-- | i3/.config/i3/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 4e01af1..bdcc303 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config | |||
| @@ -182,6 +182,10 @@ bar { | |||
| 182 | } | 182 | } |
| 183 | #exec_always --no-startup-id $HOME/bin/polybar-launch.sh | 183 | #exec_always --no-startup-id $HOME/bin/polybar-launch.sh |
| 184 | 184 | ||
| 185 | # Use xprop and xwininfo to get the info necessary | ||
| 186 | # | ||
| 187 | # Flameshot Open With... dialog | ||
| 188 | for_window [class="flameshot" title="Open With"] floating enable; | ||
| 185 | # Intellij splash screen float | 189 | # Intellij splash screen float |
| 186 | for_window [class="jetbrains-idea" title="win0"] floating enable; | 190 | for_window [class="jetbrains-idea" title="win0"] floating enable; |
| 187 | # Fix dialog windows so they don't get left behind | 191 | # Fix dialog windows so they don't get left behind |