Compare commits
3 Commits
c3f88d0656
...
712f6865da
Author | SHA1 | Date |
---|---|---|
coolneng | 712f6865da | |
coolneng | e8b9d88fd7 | |
coolneng | 5a92d299f7 |
|
@ -1,5 +1,5 @@
|
|||
## Subtitle settings
|
||||
sub-font-size=26
|
||||
sub-font-size=30
|
||||
embeddedfonts=no
|
||||
sub-font='Roboto Condensed'
|
||||
## HW Decoding
|
||||
|
|
|
@ -330,7 +330,7 @@ exec kitty --class tmux -- tmuxp load ~/.tmuxp/local.yaml
|
|||
assign [app_id="firefox"] $workspace2
|
||||
exec firefox
|
||||
# emacs
|
||||
assign [app_id=".*[Ee]macs.*"] $workspace3
|
||||
assign [class=".*[Ee]macs.*"] $workspace3
|
||||
exec emacs
|
||||
# teams
|
||||
assign [class="Microsoft Teams - Preview"] $workspace6
|
||||
|
|
|
@ -34,7 +34,8 @@
|
|||
"playing": ""
|
||||
},
|
||||
"tooltip-format": "MPD (connected)",
|
||||
"tooltip-format-disconnected": "MPD (disconnected)"
|
||||
"tooltip-format-disconnected": "MPD (disconnected)",
|
||||
"title-len": 50
|
||||
},
|
||||
"clock": {
|
||||
"format": "{:%a %d %b %H:%M}",
|
||||
|
|
Loading…
Reference in New Issue