i3: assign and window settings for music creation apps
This commit is contained in:
parent
3ce59de41b
commit
4db56fee78
@ -344,13 +344,18 @@ for_window [class="org.remmina.Remmina"] floating enable, resize set 1200 900, m
|
|||||||
# floating music applications
|
# floating music applications
|
||||||
for_window [class="Hydrogen"] floating enable, resize set 1200 750, move position 1940 px 30 px
|
for_window [class="Hydrogen"] floating enable, resize set 1200 750, move position 1940 px 30 px
|
||||||
for_window [class="Hydrogen" title="Mixer"] floating enable, resize set 1200 750, move position 1940 px 790 px
|
for_window [class="Hydrogen" title="Mixer"] floating enable, resize set 1200 750, move position 1940 px 790 px
|
||||||
for_window [class="Surge XT"] floating enable, resize set 1200 750, move position 3260 px 100 px
|
for_window [class="Surge XT"] floating enable, resize set 1200 750, move position 3280 px 30 px
|
||||||
for_window [class="Qsynth"] floating enable, move position 2480 px 1200 px
|
for_window [class="Qsynth"] floating enable, move position 2480 px 1200 px
|
||||||
for_window [class="Drumstick Metronome"] floating enable, resize set 100 100, move position 4000 px 1010 px
|
for_window [class="Drumstick Metronome"] floating enable, resize set 100 100, move position 4000 px 1010 px
|
||||||
for_window [class="FLTK"] floating enable, resize set 1200 560, move position 3160 px 840 px # giada
|
for_window [class="FLTK"] floating enable, resize set 1200 560, move position 3160 px 840 px # giada
|
||||||
for_window [class="FLTK" title="Warning"] floating enable, move position center
|
for_window [class="FLTK" title="Warning"] floating enable, move position center
|
||||||
for_window [class="FLTK" title="Configuration"] floating enable, move position center
|
for_window [class="FLTK" title="Configuration"] floating enable, move position center
|
||||||
|
for_window [class="TkFDialog" title="Select Audio files"] floating enable, move position center 1000 px 800 px
|
||||||
|
for_window [class="Tk" title="Ultimate Vocal Remover"] floating enable, move position center
|
||||||
|
for_window [class="(g|G)metronome"] floating enable, move position center
|
||||||
|
for_window [class="LibreWolf" title=".*Extension:.*"] floating enable, resize set 720 840, move position center
|
||||||
|
for_window [class="(m|M)uted"] floating enable, resize set 1200 900, move position center
|
||||||
|
for_window [class="(a|A)udacity"] floating enable, resize set 1200 600, move position 3280 px 840 px
|
||||||
|
|
||||||
## assign application to specific workspace
|
## assign application to specific workspace
|
||||||
### Tips: Run `xprop` (command line tool) to retrieve class, instance and title.
|
### Tips: Run `xprop` (command line tool) to retrieve class, instance and title.
|
||||||
@ -378,6 +383,8 @@ assign [class="Homebank"] $ws5
|
|||||||
assign [class="Hydrogen"] $ws_music # Drum machine
|
assign [class="Hydrogen"] $ws_music # Drum machine
|
||||||
assign [class="Surge XT"] $ws_music # Synthesizer
|
assign [class="Surge XT"] $ws_music # Synthesizer
|
||||||
assign [class="FLTK"] $ws_music # Giada (loop machine)
|
assign [class="FLTK"] $ws_music # Giada (loop machine)
|
||||||
|
assign [class="muted"] $ws_music # music util tool
|
||||||
|
assign [class="(a|A)udacity"] $ws_music
|
||||||
|
|
||||||
# Photo/Music/Video Editing
|
# Photo/Music/Video Editing
|
||||||
assign [class="Rawtherapee"] $ws_studio # RAW image editor
|
assign [class="Rawtherapee"] $ws_studio # RAW image editor
|
||||||
|
Loading…
Reference in New Issue
Block a user