mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-24 17:01:00 +02:00
Fix JetBrains splash window size and position
This commit is contained in:
parent
9fa0bc5d05
commit
d39f0bc3cc
@ -265,6 +265,15 @@ for_window [class="Rofi"] floating enable
|
|||||||
# Firefox about window
|
# Firefox about window
|
||||||
for_window [instance="Browser" window_role="About"] floating enable
|
for_window [instance="Browser" window_role="About"] floating enable
|
||||||
|
|
||||||
|
# JetBrains
|
||||||
|
# Fix rendering of jetbrains splash screen and other floating windows
|
||||||
|
for_window [class="jetbrains-*" title="win*"] {
|
||||||
|
border none
|
||||||
|
floating enable
|
||||||
|
move position center
|
||||||
|
# move up 300px
|
||||||
|
}
|
||||||
|
|
||||||
# screenshots
|
# screenshots
|
||||||
bindsym Print exec ~/.bin/wscreenshot.py
|
bindsym Print exec ~/.bin/wscreenshot.py
|
||||||
bindsym Print+Shift exec ~/.bin/wscreenshot.py --region
|
bindsym Print+Shift exec ~/.bin/wscreenshot.py --region
|
||||||
|
Loading…
Reference in New Issue
Block a user