adjusted certain apps to be floating and at least a certain size on startup in i3
This commit is contained in:
parent
e3be2809de
commit
e913f52fcf
1 changed files with 10 additions and 0 deletions
10
i3/config
10
i3/config
|
|
@ -92,6 +92,16 @@ bindsym $mod+U exec galculator
|
||||||
bindsym $mod+S exec steam
|
bindsym $mod+S exec steam
|
||||||
bindsym $mod+v exec virt-manager
|
bindsym $mod+v exec virt-manager
|
||||||
|
|
||||||
|
# start these applications in floating mode:
|
||||||
|
|
||||||
|
# For at Home/Desktop:
|
||||||
|
for_window [instance="galculator"] floating enable move right 1100px, move down 300px
|
||||||
|
for_window [instance="gcolor3"] floating enable move right 900px, move down 300px
|
||||||
|
for_window [instance="mousepad"] floating enable move right 1100px, move down 300px
|
||||||
|
|
||||||
|
# floating windows must be at least this size:
|
||||||
|
floating_minimum_size 300 x 315
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue