add bind for programs
This commit is contained in:
parent
028f9b4b8d
commit
9886706ebc
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,11 @@ windowrulev2 = keepaspectratio, title:^(Bild-im-Bild)$
|
||||||
# idleinhibit
|
# idleinhibit
|
||||||
windowrule = idleinhibit fullscreen,class:([window]) # Available modes: none, always, focus, fullscreen
|
windowrule = idleinhibit fullscreen,class:([window]) # Available modes: none, always, focus, fullscreen
|
||||||
|
|
||||||
|
# Binde Workspace an Laptop-Bildschirm (only for microsoft teams)
|
||||||
|
{{- if eq .chezmoi.hostname "sri-laptop-fedora" }}
|
||||||
|
workspace = 5, monitor:eDP-1
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
# Move Windows
|
# Move Windows
|
||||||
windowrulev2 = workspace 3, class:^(VSCodium)$
|
windowrulev2 = workspace 3, class:^(VSCodium)$
|
||||||
windowrulev2 = workspace 4, class:^(Spotify)$
|
windowrulev2 = workspace 4, class:^(Spotify)$
|
||||||
|
|
Loading…
Add table
Reference in a new issue