From 4db56fee7897cf73a43302823d7301ade9bdd5c2 Mon Sep 17 00:00:00 2001 From: inkch Date: Tue, 14 Jan 2025 14:39:38 +0900 Subject: [PATCH] i3: assign and window settings for music creation apps --- dot_config/i3/config.tmpl | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/dot_config/i3/config.tmpl b/dot_config/i3/config.tmpl index 8958fb1..1ebe261 100644 --- a/dot_config/i3/config.tmpl +++ b/dot_config/i3/config.tmpl @@ -344,13 +344,18 @@ for_window [class="org.remmina.Remmina"] floating enable, resize set 1200 900, m # floating music applications 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="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="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" title="Warning"] 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 ### 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="Surge XT"] $ws_music # Synthesizer 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 assign [class="Rawtherapee"] $ws_studio # RAW image editor