1
0
mirror of https://github.com/emersion/kanshi synced 2024-09-18 09:51:36 +02:00

Add the 'profile' directive in kanshi(5) examples

This commit is contained in:
Nenad Stojanovikj 2020-07-20 22:51:46 +02:00 committed by Simon Ser
parent 846b725637
commit dc5e556a38

View File

@ -48,7 +48,7 @@ Directives are followed by space-separated arguments. Arguments can be quoted
right output:
```
multihead {
profile multihead {
output eDP-1 enable
output DP-1 enable transform 270
exec swaymsg workspace 1, move workspace to eDP-1
@ -59,7 +59,7 @@ Directives are followed by space-separated arguments. Arguments can be quoted
output description as the real name may change:
```
complex {
profile complex {
output "Some Other Company GTBZ 2525" mode 1920x1200
exec swaymsg workspace 1, move workspace to output '"Some Other Company GTBZ 2525"'
}