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="^Non-Mixer"] move container to workspace 4
|
||||
for_window [class="^Signal"] move container to workspace 3
|
||||
|
||||
# Cadence will take care of all we need :
|
||||
# - 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%
|
||||
|
||||
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 :
|
||||
# - 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
|
||||
exec xrandr --dpi 160
|
||||
|
||||
# Mail client
|
||||
# Communication
|
||||
exec thunderbird
|
||||
exec signal-desktop
|
||||
|
||||
# Screenshot
|
||||
# Save to file
|
||||
|
|
|
@ -5,15 +5,18 @@
|
|||
],
|
||||
"installed_packages":
|
||||
[
|
||||
"AutoDocstring",
|
||||
"Color Scheme - Chromodynamics",
|
||||
"ColorHelper",
|
||||
"CSS3",
|
||||
"Dockerfile Syntax Highlighting",
|
||||
"Emoji",
|
||||
"HTMLBeautify",
|
||||
"MarkdownEditing",
|
||||
"MarkdownTOC",
|
||||
"Monokai - Spacegray",
|
||||
"Package Control",
|
||||
"Pretty JSON",
|
||||
"Seti_UI",
|
||||
"Skins",
|
||||
"TypeScript"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"color_scheme": "Packages/Monokai - Spacegray/Monokai - Spacegray.tmTheme",
|
||||
"font_size": 11,
|
||||
"font_size": 20,
|
||||
"ignored_packages":
|
||||
[
|
||||
"Markdown",
|
||||
|
|
Loading…
Reference in New Issue