Select workspace for Signal
parent
7506eeba08
commit
9005bdc3ff
|
@ -192,6 +192,7 @@ exec-always --no-startup-id amixer -D hw:PCH -M sset Master 50%
|
||||||
|
|
||||||
for_window [class="^Thunderbird*"] move container to workspace 3
|
for_window [class="^Thunderbird*"] move container to workspace 3
|
||||||
for_window [class="^Non-Mixer"] move container to workspace 4
|
for_window [class="^Non-Mixer"] move container to workspace 4
|
||||||
|
for_window [class="^Signal"] move container to workspace 3
|
||||||
|
|
||||||
# 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 ;
|
||||||
|
|
|
@ -199,6 +199,7 @@ exec --no-startup-id redshift-gtk
|
||||||
exec-always --no-startup-id amixer -D hw:PCH -M sset Master 50%
|
exec-always --no-startup-id amixer -D hw:PCH -M sset Master 50%
|
||||||
|
|
||||||
for_window [class="^Thunderbird*"] move container to workspace 3
|
for_window [class="^Thunderbird*"] move container to workspace 3
|
||||||
|
for_window [class="^Signa*"] move container to workspace 3
|
||||||
|
|
||||||
# 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 ;
|
||||||
|
@ -211,8 +212,9 @@ exec --no-startup-id jack-matchmaker -p ~/.config/jack-matchmaker/patterns
|
||||||
# Set DPI along with .Xresources
|
# Set DPI along with .Xresources
|
||||||
exec xrandr --dpi 160
|
exec xrandr --dpi 160
|
||||||
|
|
||||||
# Mail client
|
# Communication
|
||||||
exec thunderbird
|
exec thunderbird
|
||||||
|
exec signal-desktop
|
||||||
|
|
||||||
# Screenshot
|
# Screenshot
|
||||||
# Save to file
|
# Save to file
|
||||||
|
|
|
@ -5,15 +5,18 @@
|
||||||
],
|
],
|
||||||
"installed_packages":
|
"installed_packages":
|
||||||
[
|
[
|
||||||
|
"AutoDocstring",
|
||||||
"Color Scheme - Chromodynamics",
|
"Color Scheme - Chromodynamics",
|
||||||
"ColorHelper",
|
"ColorHelper",
|
||||||
"CSS3",
|
"CSS3",
|
||||||
|
"Dockerfile Syntax Highlighting",
|
||||||
"Emoji",
|
"Emoji",
|
||||||
"HTMLBeautify",
|
"HTMLBeautify",
|
||||||
"MarkdownEditing",
|
"MarkdownEditing",
|
||||||
"MarkdownTOC",
|
"MarkdownTOC",
|
||||||
"Monokai - Spacegray",
|
"Monokai - Spacegray",
|
||||||
"Package Control",
|
"Package Control",
|
||||||
|
"Pretty JSON",
|
||||||
"Seti_UI",
|
"Seti_UI",
|
||||||
"Skins",
|
"Skins",
|
||||||
"TypeScript"
|
"TypeScript"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"color_scheme": "Packages/Monokai - Spacegray/Monokai - Spacegray.tmTheme",
|
"color_scheme": "Packages/Monokai - Spacegray/Monokai - Spacegray.tmTheme",
|
||||||
"font_size": 11,
|
"font_size": 20,
|
||||||
"ignored_packages":
|
"ignored_packages":
|
||||||
[
|
[
|
||||||
"Markdown",
|
"Markdown",
|
||||||
|
|
Loading…
Reference in New Issue