diff options
| author | jason | 2018-05-31 09:43:40 -0600 |
|---|---|---|
| committer | jason | 2018-05-31 09:43:40 -0600 |
| commit | a1ca9643664f24ec42e191e30a427107eef58879 (patch) | |
| tree | 09de7cca9d8f77f7376899ef4642f35cd140529f | |
| parent | 8fb255b2bacc369d684957862a24bea0d54de633 (diff) | |
| download | dotfiles-a1ca9643664f24ec42e191e30a427107eef58879.tar.gz dotfiles-a1ca9643664f24ec42e191e30a427107eef58879.zip | |
fix jriver popups for i3
| -rw-r--r-- | i3/.config/i3/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 76cb146..d7762ac 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config | |||
| @@ -162,6 +162,7 @@ bar { | |||
| 162 | for_window [class="^jetbrains-.+"][window_type=dialog] focus | 162 | for_window [class="^jetbrains-.+"][window_type=dialog] focus |
| 163 | for_window [instance="sun-awt-X11-XWindowPeer"] border pixel 0 | 163 | for_window [instance="sun-awt-X11-XWindowPeer"] border pixel 0 |
| 164 | for_window [class="^Media_Center_.+" instance="JRiver Menu Class"] floating enable | 164 | for_window [class="^Media_Center_.+" instance="JRiver Menu Class"] floating enable |
| 165 | for_window [class="^Media_Center_.+" instance="JRiver Popup Class"] floating enable | ||
| 165 | 166 | ||
| 166 | exec run-once nm-applet | 167 | exec run-once nm-applet |
| 167 | # exec run-once wicd-client -t | 168 | # exec run-once wicd-client -t |