Add pianoteq layout
parent
0aa3d4ad96
commit
d0986fd825
|
@ -1,3 +1,4 @@
|
|||
hamster-time-tracker
|
||||
musescore
|
||||
realtime-privileges
|
||||
zita-ajbridge
|
|
@ -57,7 +57,6 @@ exec --no-startup-id amixer -D hw:PCH -M sset Headphone 100%
|
|||
##################################
|
||||
|
||||
# Scratchpad
|
||||
## For Hamster, moving to SP automatically is problematic. Do it only by hand.
|
||||
for_window [class="Hamster" window_type="normal"] floating enable, move scratchpad
|
||||
for_window [class="Non-Mixer"] mark "mixer", move scratchpad
|
||||
for_window [class="Catia*"] mark "jack", move scratchpad
|
||||
|
@ -65,7 +64,11 @@ 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 [class="Hamster" window_type="normal"] scratchpad show, move position center
|
||||
|
||||
# Adequate sizes for Desktop
|
||||
for_window [class="thunderbird" window_type="normal"] resize set 1600 850
|
||||
for_window [class="Signal"] resize set 1600 850
|
||||
for_window [class="Hamster" window_type="normal"] resize set 1600 850
|
||||
for_window [class="Telegram"] resize set 1600 850
|
||||
for_window [class="Pianoteq STAGE"] floating enable, move position center
|
||||
|
||||
assign [class="Pianoteq STAGE"] → number 6
|
|
@ -66,6 +66,7 @@ module-margin-right = 6
|
|||
font-0 = Roboto:size=10;2
|
||||
font-1 = Symbola:size=4;1
|
||||
font-2 = Symbola:size=5;1
|
||||
;MaterialIcons are the ones used for i3 icons
|
||||
font-3 = MaterialIcons-Regular:size=11;4
|
||||
font-4 = Font Awesome 5 Free:style=solid:size=10;2
|
||||
|
||||
|
@ -106,6 +107,7 @@ ws-icon-1 = 2;
|
|||
ws-icon-2 = 3;
|
||||
ws-icon-3 = 4;
|
||||
ws-icon-4 = 5;
|
||||
ws-icon-5 = 6;
|
||||
|
||||
label-dimmed-underline = ${root.background}
|
||||
label-separator = |
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
[profiles]
|
||||
[[default]]
|
||||
icon_bell = False
|
||||
background_darkness = 0.87
|
||||
background_darkness = 0.8
|
||||
background_type = transparent
|
||||
font = DejaVu Sans Mono 11
|
||||
scrollbar_position = hidden
|
||||
|
|
Loading…
Reference in New Issue