Add ssh tunnel stuff

This commit is contained in:
2025-11-14 23:13:49 +01:00
parent 34faa25d3a
commit 78542a3c83
3 changed files with 25 additions and 5 deletions
+7 -2
View File
@@ -178,7 +178,7 @@ binds {
Mod+Escape allow-inhibiting=false { toggle-keyboard-shortcuts-inhibit; }
}
workspace "emtpy" {
workspace "music" {
open-on-output "Dell Inc. DELL S2722QC 2HHZH24"
}
workspace "chat" {
@@ -197,10 +197,15 @@ window-rule {
open-focused false
}
window-rule {
match app-id="com.github.th_ch.youtube_music"
open-on-workspace "music"
}
window-rule {
match app-id="discord"
match app-id="vesktop"
match app-id="com.github.th_ch.youtube_music"
match app-id="slack"
open-on-workspace "chat"
}