From 5beb0f49ff9a55eb0a902210f35d52e6a5cf890d Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Tue, 18 Oct 2022 12:15:21 +0200 Subject: [PATCH] Add Hamster --- .config/i3/config.d/desk | 9 +++++++-- .config/i3/config_common | 1 - 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.config/i3/config.d/desk b/.config/i3/config.d/desk index bf1f600..2600883 100644 --- a/.config/i3/config.d/desk +++ b/.config/i3/config.d/desk @@ -25,6 +25,8 @@ bindsym XF86AudioNext exec --no-startup-id playerctl next # PROGRAMS STARTED AUTOMATICALLY ################################## +exec hamster + # cadence will take care of all we need : # - Config tells Cadence to start LADISH, export MIDI hw and start A2J ; # - LADISH implies JACK starts, then it will starts needed apps (e.g. Non-Mixer) @@ -54,11 +56,14 @@ exec --no-startup-id amixer -D hw:PCH -M sset Headphone 100% ################################## # scratchpad +for_window [class="Hamster"] mark "hamster", move scratchpad for_window [class="Non-Mixer"] mark "mixer", move scratchpad for_window [class="Catia*"] mark "jack", move scratchpad -bindsym $mod+Shift+j [con_mark="jack"] scratchpad show -bindsym $mod+Shift+v [con_mark="mixer"] scratchpad show +bindsym $mod+Shift+j [con_mark="jack"] scratchpad show, move position center +bindsym $mod+Shift+v [con_mark="mixer"] scratchpad show, move position center +bindsym $mod+Shift+p [con_mark="hamster"] scratchpad show, move position center for_window [class="thunderbird" window_type="normal"] resize set 1600 850 for_window [class="Signal"] resize set 1600 850 +for_window [class="Hamster"] resize set 1600 850 for_window [class="Telegram"] resize set 1600 850 diff --git a/.config/i3/config_common b/.config/i3/config_common index 5f9964d..37187b7 100644 --- a/.config/i3/config_common +++ b/.config/i3/config_common @@ -122,7 +122,6 @@ bindsym $mod+Shift+f mode "$film_mode" # pass bindsym $mod+p exec passmenu -bindsym $mod+Shift+p exec picamenu # playback control bindsym Mod4+p exec playerctl play-pause