Compare commits
3 Commits
7541dd8954
...
60a829f526
Author | SHA1 | Date | |
---|---|---|---|
60a829f526 | |||
43a56b7bfc | |||
1bb7c44c37 |
@ -6,7 +6,7 @@ sub-auto=all
|
|||||||
sub-file-paths=Subs:subs
|
sub-file-paths=Subs:subs
|
||||||
## HW Decoding
|
## HW Decoding
|
||||||
hwdec=vaapi
|
hwdec=vaapi
|
||||||
vo=gpu
|
vo=dmabuf-wayland
|
||||||
profile=gpu-hq
|
profile=gpu-hq
|
||||||
## Volume settings
|
## Volume settings
|
||||||
volume-max=200
|
volume-max=200
|
||||||
|
@ -334,7 +334,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="emacs"] $workspace3
|
||||||
# HACK Run a doom sync before launching emacs
|
# HACK Run a doom sync before launching emacs
|
||||||
exec ~/.emacs.d/bin/doom sync && exec emacs
|
exec ~/.emacs.d/bin/doom sync && exec emacs
|
||||||
|
|
||||||
|
@ -77,12 +77,12 @@
|
|||||||
"custom/org-pomodoro": {
|
"custom/org-pomodoro": {
|
||||||
"format": "<span foreground='#88C0D0'></span> {}",
|
"format": "<span foreground='#88C0D0'></span> {}",
|
||||||
"exec": "$HOME/.local/share/scripts/org-clock-status",
|
"exec": "$HOME/.local/share/scripts/org-clock-status",
|
||||||
"interval": 2
|
"interval": 60
|
||||||
},
|
},
|
||||||
"custom/cgm-value": {
|
"custom/cgm-value": {
|
||||||
"format": "<span foreground='#88C0D0'></span> {}{icon} ",
|
"format": "<span foreground='#88C0D0'></span> {}{icon} ",
|
||||||
"exec": "$HOME/.local/share/scripts/cgm-value",
|
"exec": "$HOME/.local/share/scripts/cgm-value",
|
||||||
"interval": 2,
|
"interval": 300,
|
||||||
"return-type":"json",
|
"return-type":"json",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"up": "",
|
"up": "",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user