Browse Source

Fix JetBrains splash window size and position

master
Arti Zirk 5 years ago
parent
commit
d39f0bc3cc
  1. 9
      .config/sway/config

9
.config/sway/config

@ -265,6 +265,15 @@ for_window [class="Rofi"] floating enable @@ -265,6 +265,15 @@ for_window [class="Rofi"] floating enable
# Firefox about window
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
bindsym Print exec ~/.bin/wscreenshot.py
bindsym Print+Shift exec ~/.bin/wscreenshot.py --region

Loading…
Cancel
Save