Replace Emacs class attribute with app_id
This commit is contained in:
parent
f68426f2f1
commit
edfd306c91
|
@ -11,6 +11,7 @@ alias mari mjesusrodriguez@ugr.es
|
||||||
alias bea beap@ugr.es
|
alias bea beap@ugr.es
|
||||||
alias jorge jsguerrero@ugr.es
|
alias jorge jsguerrero@ugr.es
|
||||||
alias boras rafagrosso@ugr.es
|
alias boras rafagrosso@ugr.es
|
||||||
|
alias fran fjrodriguez@decsai.ugr.es
|
||||||
|
|
||||||
# Uni students
|
# Uni students
|
||||||
alias elenche elenche@correo.ugr.es
|
alias elenche elenche@correo.ugr.es
|
||||||
|
|
|
@ -318,7 +318,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
|
||||||
# mpv
|
# mpv
|
||||||
assign [app_id="mpv"] $workspace6
|
assign [app_id="mpv"] $workspace6
|
||||||
|
|
Loading…
Reference in New Issue