Add Hamster
parent
95ff9d0ebf
commit
5beb0f49ff
|
@ -25,6 +25,8 @@ bindsym XF86AudioNext exec --no-startup-id playerctl next
|
||||||
# PROGRAMS STARTED AUTOMATICALLY
|
# PROGRAMS STARTED AUTOMATICALLY
|
||||||
##################################
|
##################################
|
||||||
|
|
||||||
|
exec hamster
|
||||||
|
|
||||||
# cadence will take care of all we need :
|
# cadence will take care of all we need :
|
||||||
# - Config tells Cadence to start LADISH, export MIDI hw and start A2J ;
|
# - 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)
|
# - 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
|
# scratchpad
|
||||||
|
for_window [class="Hamster"] mark "hamster", move scratchpad
|
||||||
for_window [class="Non-Mixer"] mark "mixer", move scratchpad
|
for_window [class="Non-Mixer"] mark "mixer", move scratchpad
|
||||||
for_window [class="Catia*"] mark "jack", move scratchpad
|
for_window [class="Catia*"] mark "jack", move scratchpad
|
||||||
bindsym $mod+Shift+j [con_mark="jack"] scratchpad show
|
bindsym $mod+Shift+j [con_mark="jack"] scratchpad show, move position center
|
||||||
bindsym $mod+Shift+v [con_mark="mixer"] scratchpad show
|
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="thunderbird" window_type="normal"] resize set 1600 850
|
||||||
for_window [class="Signal"] 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
|
for_window [class="Telegram"] resize set 1600 850
|
||||||
|
|
|
@ -122,7 +122,6 @@ bindsym $mod+Shift+f mode "$film_mode"
|
||||||
|
|
||||||
# pass
|
# pass
|
||||||
bindsym $mod+p exec passmenu
|
bindsym $mod+p exec passmenu
|
||||||
bindsym $mod+Shift+p exec picamenu
|
|
||||||
|
|
||||||
# playback control
|
# playback control
|
||||||
bindsym Mod4+p exec playerctl play-pause
|
bindsym Mod4+p exec playerctl play-pause
|
||||||
|
|
Loading…
Reference in New Issue