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